]> git.karo-electronics.de Git - karo-tx-linux.git/commit
exofs: Support for short read/writes
authorBoaz Harrosh <bharrosh@panasas.com>
Sat, 27 Aug 2011 04:00:32 +0000 (21:00 -0700)
committerBoaz Harrosh <bharrosh@panasas.com>
Tue, 4 Oct 2011 10:17:12 +0000 (12:17 +0200)
commitc8dfed01ecd879c6bef53b23b43826b3400db8e1
tree7e1cc744785710344bc1e35332190d7945bb3615
parentbcad9f70c507ed74958536e2977352b3c6a941c8
exofs: Support for short read/writes

If at read/write_done the actual IO was shorter then requested,
reported in returned ios->length. It is not an error. The reminder
of the pages should just be unlocked but not marked uptodate or
end_page_writeback. They will be re issued later by the VFS.

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
fs/exofs/inode.c