The patch titled xfs: update ->flush method proto has been removed from the -mm tree. Its filename is xfs-update-flush-method-proto.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: xfs: update ->flush method proto From: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Nathan Scott <nathans@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/xfs/linux-2.6/xfs_file.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN fs/xfs/linux-2.6/xfs_file.c~xfs-update-flush-method-proto fs/xfs/linux-2.6/xfs_file.c --- a/fs/xfs/linux-2.6/xfs_file.c~xfs-update-flush-method-proto +++ a/fs/xfs/linux-2.6/xfs_file.c @@ -299,7 +299,8 @@ xfs_file_open( STATIC int xfs_file_close( - struct file *filp) + struct file *filp, + fl_owner_t id) { return -bhv_vop_close(vn_from_inode(filp->f_dentry->d_inode), 0, file_count(filp) > 1 ? L_FALSE : L_TRUE, NULL); _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are origin.patch git-xfs.patch xfs-pass-inode-to-xfs_ioc_space.patch documentation-ioctl-messtxt-start-tree-wide-ioctl-registry.patch ioctl-messtxt-xfs-typos.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