]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Use generic_file_llseek
authorJan Kara <jack@suse.cz>
Wed, 19 Dec 2007 14:24:52 +0000 (15:24 +0100)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 25 Jan 2008 23:05:45 +0000 (15:05 -0800)
commit41ced42b5b902822b29fbc13d709e7c1fed0ac09
treeeb68b0a63c68ca9f51a5dad94430696c2bb17b2a
parent2a087dc4d7d76c791c73c6bc979e2522da2e7ed9
ocfs2: Use generic_file_llseek

We should use generic_file_llseek() and not default_llseek() so that
s_maxbytes gets properly checked when seeking.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/file.c