ext3: pass custom EOF to generic_file_llseek_size()
authorEric Sandeen <sandeen@redhat.com>
Mon, 30 Apr 2012 18:16:04 +0000 (13:16 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Jul 2012 20:00:30 +0000 (00:00 +0400)
commitde9b9422026357c878a9fa3714936be0e1388e9c
tree0df680496f90fac2155fba78cc46577eb2579ed4
parentec7268ce21b379a248705548573393e4f346b20b
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>
fs/ext3/dir.c