]> git.baikalelectronics.ru Git - kernel.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)
commite8337b5057c617657669bfe7a72563cfa9a65f89
tree37092823ea5ad1203253ee5e54e7c9631df4087d
parent9cc37ed34a4c65629e5351f17b0e0391ab176af2
[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