Hi,
Please consider pulling the following changes,
Steve.
------------------------------------------------------------------------------
This time we have mostly clean ups. There is a bug fix for a NULL dereference
relating to ACLs, and another which improves (but does not fix entirely) an
allocation fall-back code path. The other three patches are small clean ups.
------------------------------------------------------------------------------
The following changes since commit 11c8f01b423b2d9742ce21e44cb7da7b55429ad5:
Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild (2015-01-08 14:35:00 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git tags/gfs2-merge-window
for you to fetch changes up to 278702074ff77b1a3fa2061267997095959f5e2c:
GFS2: Fix crash during ACL deletion in acl max entry check in gfs2_set_acl() (2015-02-10 10:14:56 +0000)
----------------------------------------------------------------
This time we have mostly clean ups. There is a bug fix for a NULL dereference
relating to ACLs, and another which improves (but does not fix entirely) an
allocation fall-back code path. The other three patches are small clean
ups.
----------------------------------------------------------------
Andrew Elble (1):
GFS2: Fix crash during ACL deletion in acl max entry check in gfs2_set_acl()
Bob Peterson (2):
GFS2: Eliminate __gfs2_glock_remove_from_lru
GFS2: Eliminate a nonsense goto
Oleg Drokin (1):
GFS2: use __vmalloc GFP_NOFS for fs-related allocations.
alex chen (1):
GFS2: fix sprintf format specifier
fs/gfs2/acl.c | 2 +-
fs/gfs2/dir.c | 3 ++-
fs/gfs2/glock.c | 13 +++----------
fs/gfs2/inode.c | 3 ---
fs/gfs2/recovery.c | 2 +-
fs/gfs2/sys.c | 2 +-
6 files changed, 8 insertions(+), 17 deletions(-)