]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Aug 2012 20:24:07 +0000 (13:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Aug 2012 20:24:07 +0000 (13:24 -0700)
commit6faf3613c9424056131a642e71e1a982bbb34e30
tree3df52d49ebcf9e0a55ed542a5f68c6ff314216ac
parent5e85185a083f47da6729dd7356cbd58c41bd58aa
parent9a9bcfad3ec7e7b44e3e3ee62b560b27ede1dfae
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd

Pull exofs update from Boaz Harrosh:
 "They are all mostly fixes, except the most important patch by Artem
  Bityutskiy which removes the use of s_dirt.  After this patch s_dirt
  can be completely removed from the tree."

* 'for-linus' of git://git.open-osd.org/linux-open-osd:
  ore: Fix out-of-bounds access in _ios_obj()
  exofs: Use proper max_IO calculations from ore
  exofs: Fix __r4w_get_page when offset is beyond i_size
  exofs: stop using s_dirt
  exofs: readpage_strip: Add a BUG_ON to check for PageLocked(page)