commit | de9b9422026357c878a9fa3714936be0e1388e9c | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Mon Apr 30 13:16:04 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jul 23 00:00:30 2012 +0400 |
tree | 0df680496f90fac2155fba78cc46577eb2579ed4 | |
parent | ec7268ce21b379a248705548573393e4f346b20b [diff] |
ext3: pass custom EOF to generic_file_llseek_size() Use the new custom EOF argument to generic_file_llseek_size so that SEEK_END will go to the max hash value for htree dirs in ext3 rather than to i_size_read() Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>