Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 May 2013 15:58:53 +0000 (08:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 May 2013 15:58:53 +0000 (08:58 -0700)
commit9fa7802a712f1c295264b026a9830adfeac3a734
tree777358b8bb7c474567edac1c7c958a604fdb65b9
parent9e36043952d736c86d00843d4fd9c02751445b1c
parent360c59dca64810ae1d9494e4d4748ca7fa7c9e4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes

Pull gfs2 fixes from Steven Whitehouse:
 "This time there are just four fixes.  There are a couple of minor
  updates to the quota code, a fix for KConfig to ensure that only valid
  combinations including GFS2 can be built, and a fix for a typo
  affecting end i/o processing when writing the journal.

  Also, there is a temporary fix for a performance regression relating
  to block reservations and directories.  A longer fix will be applied
  in due course, but this deals with the most immediate problem for now"

* git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes:
  GFS2: Fix typo in gfs2_log_end_write loop
  GFS2: fix DLM depends to fix build errors
  GFS2: Use single-block reservations for directories
  GFS2: two minor quota fixups