GFS2: Fix lseek after SEEK_DATA, SEEK_HOLE have been added
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 23 Aug 2011 09:19:25 +0000 (10:19 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 21 Oct 2011 11:39:29 +0000 (12:39 +0100)
commit9453615a1a7ef3fa910c6464a619595556cfcd63
tree40242c84367376197420ce12e50ae29e720dc5e3
parent9a63edd12ba3c18351f00d6b77a6b2f49f2b8eb6
GFS2: Fix lseek after SEEK_DATA, SEEK_HOLE have been added

We need to take the inode's glock whenever the inode's size
is referenced, otherwise it might not be uptodate. Even
though generic_file_llseek_unlocked() doesn't implement
SEEK_DATA, SEEK_HOLE directly, it does reference the inode's
size in those cases, so we need to add them to the list
of origins which need the glock.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Cc: Andi Kleen <ak@linux.intel.com>
fs/gfs2/file.c