- vectorize-aio_read-aio_write-fileop-methods-xfs-fix.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     vectorize-aio_read-aio_write-fileop-methods xfs fix

has been removed from the -mm tree.  Its filename is

     vectorize-aio_read-aio_write-fileop-methods-xfs-fix.patch

This patch was dropped because it was folded into vectorize-aio_read-aio_write-fileop-methods.patch

------------------------------------------------------
Subject: vectorize-aio_read-aio_write-fileop-methods xfs fix
From: Badari Pulavarty <pbadari@xxxxxxxxxx>

Fix a bug in __xfs_file_write() which is causing writes to fail
with -EINVAL.

Signed-off-by: Badari Pulavarty <pbadari@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 fs/xfs/linux-2.6/xfs_file.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/xfs/linux-2.6/xfs_file.c~vectorize-aio_read-aio_write-fileop-methods-xfs-fix fs/xfs/linux-2.6/xfs_file.c
--- a/fs/xfs/linux-2.6/xfs_file.c~vectorize-aio_read-aio_write-fileop-methods-xfs-fix
+++ a/fs/xfs/linux-2.6/xfs_file.c
@@ -99,7 +99,7 @@ __xfs_file_write(
 	BUG_ON(iocb->ki_pos != pos);
 	if (unlikely(file->f_flags & O_DIRECT))
 		ioflags |= IO_ISDIRECT;
-	return bhv_vop_write(vp, iocb, &iov, nr_segs, &iocb->ki_pos,
+	return bhv_vop_write(vp, iocb, iov, nr_segs, &iocb->ki_pos,
 				ioflags, NULL);
 }
 
_

Patches currently in -mm which might be from pbadari@xxxxxxxxxx are

origin.patch
vectorize-aio_read-aio_write-fileop-methods.patch
vectorize-aio_read-aio_write-fileop-methods-xfs-fix.patch
vectorize-aio_read-aio_write-fileop-methods-hypfs-fix.patch
remove-readv-writev-methods-and-use-aio_read-aio_write.patch
streamline-generic_file_-interfaces-and-filemap.patch
add-vector-aio-support.patch
add-vector-aio-support-fix.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux