The patch titled xfs: remove unused behaviour lock has been removed from the -mm tree. Its filename is xfs-remove-unused-behaviour-lock.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: xfs: remove unused behaviour lock From: Alexey Dobriyan <adobriyan@xxxxxxxxx> Also shrink XFS vnode as a side effect. Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Nathan Scott <nathans@xxxxxxx> Cc: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/xfs/xfs_behavior.h | 3 --- 1 files changed, 3 deletions(-) diff -puN fs/xfs/xfs_behavior.h~xfs-remove-unused-behaviour-lock fs/xfs/xfs_behavior.h --- 25/fs/xfs/xfs_behavior.h~xfs-remove-unused-behaviour-lock Tue Jun 20 15:45:35 2006 +++ 25-akpm/fs/xfs/xfs_behavior.h Tue Jun 20 15:45:35 2006 @@ -78,15 +78,12 @@ * */ -struct bhv_head_lock; - /* * Behavior head. Head of the chain of behaviors. * Contained within each virtualized object data structure. */ typedef struct bhv_head { struct bhv_desc *bh_first; /* first behavior in chain */ - struct bhv_head_lock *bh_lockp; /* pointer to lock info struct */ } bhv_head_t; /* _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are origin.patch git-acpi.patch git-block.patch git-libata-all.patch nfs-remove-nfs_put_link.patch git-xfs.patch xfs-pass-inode-to-xfs_ioc_space.patch x86-dont-trigger-full-rebuild-via-config_mtrr.patch dont-trigger-full-rebuild-via-config_x86_mce.patch remove-config_parport_arc-drivers-parport-parport_arcc.patch two-additions-to-linux-documentation-ioctl-numbertxt.patch more-bug_on-conversion.patch emu10k1-mark-midi_spinlock-as-used.patch nbd-endian-annotations.patch reiserfs-remove-reiserfs_aio_write.patch documentation-ioctl-messtxt-start-tree-wide-ioctl-registry.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html