Re: [PATCH V8 27/33] xfs: add support for read_iter and write_iter

2013-07-26 Thread Dave Chinner
On Thu, Jul 25, 2013 at 12:50:53PM -0500, Dave Kleikamp wrote: > Signed-off-by: Dave Kleikamp > Cc: Ben Myers > Cc: Alex Elder > Cc: x...@oss.sgi.com Looks fine. Acked-by: Dave Chinner -- Dave Chinner da...@fromorbit.com -- To unsubscribe from this list: send the line "unsubscribe linux-ker

[PATCH V8 27/33] xfs: add support for read_iter and write_iter

2013-07-25 Thread Dave Kleikamp
Signed-off-by: Dave Kleikamp Cc: Ben Myers Cc: Alex Elder Cc: x...@oss.sgi.com --- fs/xfs/xfs_file.c | 51 --- 1 file changed, 20 insertions(+), 31 deletions(-) diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c index de3dc98..1716b6a 100644 ---