Hi, Please consider pulling the following changes, Steve. ---------------------------------------------------------------------- There is not a whole lot of change this time - there are some further changes which are in the works, but those will be held over until next time. Here there are some clean ups to inode creation, the addition of an origin (local or remote) indicator to glock demote requests, removal of one of the remaining GFP_NOFAIL allocations during log flushes, one minor clean up, and a one liner bug fix. ---------------------------------------------------------------------- The following changes since commit 31880c37c11e28cb81c70757e38392b42e695dc6: Linux 3.9-rc6 (2013-04-07 20:49:54 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git master Benjamin Marzinski (1): GFS2: replace gfs2_ail structure with gfs2_trans Bob Peterson (2): GFS2: Remove vestigial parameter ip from function rs_deltree GFS2: Flush work queue before clearing glock hash tables Steven Whitehouse (5): GFS2: Clean up inode creation path GFS2: Remove gfs2_refresh_inode from inode creation path GFS2: Use gfs2_dinode_out() in the inode create path GFS2: Add origin indicator to glock callbacks GFS2: Add origin indicator to glock demote tracing fs/gfs2/aops.c | 2 +- fs/gfs2/bmap.c | 2 +- fs/gfs2/glock.c | 28 ++----- fs/gfs2/glock.h | 1 - fs/gfs2/glops.c | 4 +- fs/gfs2/incore.h | 19 +++--- fs/gfs2/inode.c | 188 +++++++++++++++++--------------------------------- fs/gfs2/log.c | 104 +++++++++++++++------------- fs/gfs2/lops.c | 32 ++++++--- fs/gfs2/lops.h | 5 +- fs/gfs2/meta_io.c | 2 +- fs/gfs2/rgrp.c | 24 +++---- fs/gfs2/rgrp.h | 2 +- fs/gfs2/super.c | 2 +- fs/gfs2/trace_gfs2.h | 11 ++- fs/gfs2/trans.c | 4 +- 16 files changed, 188 insertions(+), 242 deletions(-)