The patch titled reiserfs: remove reiserfs_aio_write() has been added to the -mm tree. Its filename is reiserfs-remove-reiserfs_aio_write.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: reiserfs: remove reiserfs_aio_write() From: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: <reiserfs-dev@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/reiserfs/file.c | 8 +------- 1 files changed, 1 insertion(+), 7 deletions(-) diff -puN fs/reiserfs/file.c~reiserfs-remove-reiserfs_aio_write fs/reiserfs/file.c --- 25/fs/reiserfs/file.c~reiserfs-remove-reiserfs_aio_write Tue Jun 20 17:01:48 2006 +++ 25-akpm/fs/reiserfs/file.c Tue Jun 20 17:01:48 2006 @@ -1560,12 +1560,6 @@ static ssize_t reiserfs_file_write(struc return res; } -static ssize_t reiserfs_aio_write(struct kiocb *iocb, const char __user * buf, - size_t count, loff_t pos) -{ - return generic_file_aio_write(iocb, buf, count, pos); -} - const struct file_operations reiserfs_file_operations = { .read = generic_file_read, .write = reiserfs_file_write, @@ -1575,7 +1569,7 @@ const struct file_operations reiserfs_fi .fsync = reiserfs_sync_file, .sendfile = generic_file_sendfile, .aio_read = generic_file_aio_read, - .aio_write = reiserfs_aio_write, + .aio_write = generic_file_aio_write, .splice_read = generic_file_splice_read, .splice_write = generic_file_splice_write, }; _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are origin.patch git-acpi.patch git-block.patch git-ieee1394.patch git-libata-all.patch git-mtd.patch git-nfs.patch nfs-remove-nfs_put_link.patch xfs-remove-dir-check-in-xfs_link.patch xfs-use-container_of-in-vn_from_inode.patch xfs-pass-inode-to-xfs_ioc_space.patch xfs-remove-unused-behaviour-lock.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