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)
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>

No differences found