]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] NFS: Ensure that we revalidate the cached file length for llseek(SEEK_END)
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 13 Jun 2005 15:14:01 +0000 (11:14 -0400)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 13 Jun 2005 17:33:02 +0000 (10:33 -0700)
commit980802e311088fda56c16650589faa4597c695fb
tree37092823ea5ad1203253ee5e54e7c9631df4087d
parentc22fa3acbc2ef79ea57217643f6cd6d226963069
[PATCH] NFS: Ensure that we revalidate the cached file length for llseek(SEEK_END)

This fixes a data corruption error for mail delivery applications that
expect to be able to do posix locking and then append writes on NFS.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/nfs/file.c