Linus, please pull the following updates for XFS for 3.1-rc2. FYI We are eliminating the subdirectory structure under fs/xfs/. The changes are simple but I'm holding off sending them until next week sometime (unless you have another preference). Thanks. -Alex The following changes since commit 72fa59970f8698023045ab0713d66f3f4f96945c: move RLIMIT_NPROC check from set_user() to do_execve_common() (2011-08-11 11:24:42 -0700) are available in the git repository at: git://oss.sgi.com/xfs/xfs for-linus Ajeet Yadav (1): "xfs: fix error handling for synchronous writes" revisited Alex Elder (2): Merge branch 'master' of git://git.kernel.org/.../torvalds/linux xfs: set cursor in xfs_ail_splice() even when AIL was empty Chandra Seetharaman (13): xfs: Remove the macro XFS_BUF_BFLAGS xfs: Remove the macro XFS_BUF_ERROR and family xfs: Remove macro XFS_BUF_BUSY and family xfs: Remove macro XFS_BUF_HOLD xfs: Remove macro XFS_BUF_SET_START xfs: Remove the macro XFS_BUF_PTR xfs: Remove the macro XFS_BUF_SET_PTR Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinned xfs: Remove the macro XFS_BUF_SET_TARGET xfs: Remove the macro XFS_BUF_TARGET xfs: Remove the macro XFS_BUFTARG_NAME xfs: Check the return value of xfs_buf_read() for NULL xfs: replace xfs_buf_geterror() with bp->b_error fs/xfs/linux-2.6/xfs_buf.c | 15 ++++----- fs/xfs/linux-2.6/xfs_buf.h | 32 +++++++------------- fs/xfs/linux-2.6/xfs_sync.c | 2 +- fs/xfs/quota/xfs_dquot.c | 16 ++++------ fs/xfs/quota/xfs_qm.c | 2 +- fs/xfs/xfs_ag.h | 6 ++-- fs/xfs/xfs_alloc.c | 7 ++-- fs/xfs/xfs_attr.c | 3 +- fs/xfs/xfs_bmap.c | 3 +- fs/xfs/xfs_btree.c | 17 ++++------- fs/xfs/xfs_btree.h | 2 +- fs/xfs/xfs_buf_item.c | 24 ++++++--------- fs/xfs/xfs_da_btree.c | 12 ++++---- fs/xfs/xfs_dinode.h | 2 +- fs/xfs/xfs_ialloc.c | 5 +-- fs/xfs/xfs_inode.c | 4 +- fs/xfs/xfs_log.c | 14 +++------ fs/xfs/xfs_log_recover.c | 38 ++++++++++++------------ fs/xfs/xfs_mount.c | 4 +- fs/xfs/xfs_rtalloc.c | 32 ++++++++++---------- fs/xfs/xfs_rtalloc.h | 2 +- fs/xfs/xfs_rw.c | 8 ++-- fs/xfs/xfs_sb.h | 2 +- fs/xfs/xfs_trans_ail.c | 67 ++++++++++++++++++------------------------ fs/xfs/xfs_trans_buf.c | 28 ++++++------------ fs/xfs/xfs_vnodeops.c | 12 ++++--- 26 files changed, 155 insertions(+), 204 deletions(-) _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs