Hi, Please consider pulling the following changes,
Steve. ---------------------------------------------------------------------------- The following changes since commit 4be3bd7849165e7efa6b0b35a23d6a3598d97465: Linus Torvalds (1): Linux 2.6.31-rc4 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git master Benjamin Marzinski (5): GFS2: keep statfs info in sync on grows GFS2: Fix panic in glock memory shrinker GFS2: Don't put unlikely reclaim candidates on the reclaim list. GFS2: Fix incorrent statfs consistency check GFS2: remove dcache entries for remote deleted inodes Steven Whitehouse (2): GFS2: Shrink the shrinker GFS2: Don't try and dealloc own inode fs/gfs2/aops.c | 39 +++++++++++++++ fs/gfs2/glock.c | 138 +++++++++++++++++++++++++++++++++++------------------ fs/gfs2/glock.h | 3 + fs/gfs2/glops.c | 21 ++++++++ fs/gfs2/incore.h | 2 + fs/gfs2/rgrp.c | 23 ++++------ fs/gfs2/super.c | 40 ++++++++++------ fs/gfs2/super.h | 4 ++ 8 files changed, 195 insertions(+), 75 deletions(-)