commit | ec7268ce21b379a248705548573393e4f346b20b | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Mon Apr 30 13:14:03 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jul 23 00:00:28 2012 +0400 |
tree | b1723de44f1d4e29082659157da1b676b51b5a3b | |
parent | e8b96eb5034a0ccebf36760f88e31ea3e3cdf1e4 [diff] |
ext4: use core vfs llseek code for dir seeks Use the new functionality in generic_file_llseek_size() to accept a custom EOF position, and un-cut-and-paste all the vfs llseek code from ext4. Also fix up comments on ext4_llseek() to reflect reality. Signed-off-by: Eric Sandeen <sandeen@redaht.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>