vers 2 fixes unused var found by buildbot. Patch 1 fixes an issue seen when using libaio with directio where if a read is retried (ie due to recalled layout) we return too many bytes. Specifically, we returned a multiple of the read size. To reproduce, run fio with ioengine=libaio and direct=1, then revoke the active layout. This should hit pretty easily. Patch 2 should help notice similar issues elsewhere. Weston Andros Adamson (2): pnfs: set NFS_IOHDR_REDO in pnfs_read_resend_pnfs nfs: add debug to directio "good_bytes" counting fs/nfs/direct.c | 7 +++++-- fs/nfs/pnfs.c | 14 ++++++++------ fs/nfs/pnfs.h | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) -- 2.6.4 (Apple Git-63) -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html