This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "XFS development tree". The branch, master has been updated c35a549 xfs: Remove the macro XFS_BUFTARG_NAME 49074c0 xfs: Remove the macro XFS_BUF_TARGET e38c9b8 xfs: Remove the macro XFS_BUF_SET_TARGET 811e64c Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinned 02fe03d xfs: Remove the macro XFS_BUF_SET_PTR 6292604 xfs: Remove the macro XFS_BUF_PTR 0095a21 xfs: Remove macro XFS_BUF_SET_START 72790aa xfs: Remove macro XFS_BUF_HOLD b75e40a xfs: Remove macro XFS_BUF_BUSY and family 5a52c2a58 xfs: Remove the macro XFS_BUF_ERROR and family ed43233 xfs: Remove the macro XFS_BUF_BFLAGS from 55fb25d5b39320242b41af894921f5cef0c7e293 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c35a549c8b9e85bdff7e531a410d10e36b4b4f32 Author: Chandra Seetharaman <sekharan@xxxxxxxxxx> Date: Fri Jul 22 23:40:46 2011 +0000 xfs: Remove the macro XFS_BUFTARG_NAME Remove the definition and usages of the macro XFS_BUFTARG_NAME. Signed-off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Alex Elder <aelder@xxxxxxx> commit 49074c069cd3f0f683325d0c7f8b2765dbe2e294 Author: Chandra Seetharaman <sekharan@xxxxxxxxxx> Date: Fri Jul 22 23:40:40 2011 +0000 xfs: Remove the macro XFS_BUF_TARGET Remove the definition and usages of the macro XFS_BUF_TARGET Signed-off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Alex Elder <aelder@xxxxxxx> commit e38c9b87e5b428b3e2a2e48ab0ee2b6cdc8e6208 Author: Chandra Seetharaman <sekharan@xxxxxxxxxx> Date: Fri Jul 22 23:40:33 2011 +0000 xfs: Remove the macro XFS_BUF_SET_TARGET Remove the macro XFS_BUF_SET_TARGET. hch: As all the buffer allocator already set ->b_target it should be safe to simply remove these calls. Signed-off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Alex Elder <aelder@xxxxxxx> commit 811e64c7169bb59229971c4aa3b1ed5093f44c84 Author: Chandra Seetharaman <sekharan@xxxxxxxxxx> Date: Fri Jul 22 23:40:27 2011 +0000 Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinned Replace the macro XFS_BUF_ISPINNED with an inline helper function xfs_buf_ispinned, and change all its usages. Signed-off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Alex Elder <aelder@xxxxxxx> commit 02fe03d909f3a5876d7b4775fdbc83c07c7c3842 Author: Chandra Seetharaman <sekharan@xxxxxxxxxx> Date: Fri Jul 22 23:40:22 2011 +0000 xfs: Remove the macro XFS_BUF_SET_PTR Remove the definition and usages of the macro XFS_BUF_SET_PTR. Signed-off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Alex Elder <aelder@xxxxxxx> commit 6292604447ade7d150f5eba3b1518e1a224fda15 Author: Chandra Seetharaman <sekharan@xxxxxxxxxx> Date: Fri Jul 22 23:40:15 2011 +0000 xfs: Remove the macro XFS_BUF_PTR Remove the definition and usages of the macro XFS_BUF_PTR. Signed-off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Alex Elder <aelder@xxxxxxx> commit 0095a21eb6ae8ac9f9860aa26029fe6ebbd3beeb Author: Chandra Seetharaman <sekharan@xxxxxxxxxx> Date: Fri Jul 22 23:40:09 2011 +0000 xfs: Remove macro XFS_BUF_SET_START Remove the definition and usage of the macro XFS_BUF_SET_START. Signed-off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Alex Elder <aelder@xxxxxxx> commit 72790aa1192f46dedfc827c170365fd554981d15 Author: Chandra Seetharaman <sekharan@xxxxxxxxxx> Date: Fri Jul 22 23:40:04 2011 +0000 xfs: Remove macro XFS_BUF_HOLD Remove the definition and usage of the macro XFS_BUF_HOLD Signed-off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Alex Elder <aelder@xxxxxxx> commit b75e40a4193ca027af7327ef30c31d45aa0a0e40 Author: Chandra Seetharaman <sekharan@xxxxxxxxxx> Date: Fri Jul 22 23:39:57 2011 +0000 xfs: Remove macro XFS_BUF_BUSY and family Remove the definitions and uses of the macros XFS_BUF_BUSY, XFS_BUF_UNBUSY, and XFS_BUF_ISBUSY. Signed-off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Alex Elder <aelder@xxxxxxx> commit 5a52c2a581cddcb676a54a95d99cd39f5577c33b Author: Chandra Seetharaman <sekharan@xxxxxxxxxx> Date: Fri Jul 22 23:39:51 2011 +0000 xfs: Remove the macro XFS_BUF_ERROR and family Remove the definitions and usage of the macros XFS_BUF_ERROR, XFS_BUF_GETERROR and XFS_BUF_ISERROR. Signed-off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Alex Elder <aelder@xxxxxxx> commit ed43233be910bbc8b9da3d61aa1b931843d1b44e Author: Chandra Seetharaman <sekharan@xxxxxxxxxx> Date: Fri Jul 22 23:39:39 2011 +0000 xfs: Remove the macro XFS_BUF_BFLAGS Remove the definition of the macro XFS_BUF_BFLAGS and its usage. Signed-off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Alex Elder <aelder@xxxxxxx> ----------------------------------------------------------------------- Summary of changes: 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 | 23 ++++++++++------------- 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 | 32 +++++++++++++------------------- 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_buf.c | 28 +++++++++------------------- fs/xfs/xfs_vnodeops.c | 10 +++++----- 25 files changed, 118 insertions(+), 165 deletions(-) hooks/post-receive -- XFS development tree _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs