[PATCH] allow arbitrary alignment of NFS read/write requests
Patch by Chuck Lever to add a new field called wb_pgbase to the nfs_page struct. This separates the concept of file page offset from buffer page offset, allowing NFS to specify read and write requests into buffers at offsets that are independent of the file page offset. It is a prequisite for direct I/O in NFS.
Showing
Please register or sign in to comment