NFS: copy symlinks into page cache before sending NFS SYMLINK request
authorChuck Lever <chuck.lever@oracle.com>
Wed, 23 Aug 2006 00:06:23 +0000 (20:06 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 23 Sep 2006 03:24:53 +0000 (23:24 -0400)
commit873101b33776780d32610fc4c90c7358a5e98f51
tree39bff3860ecc522e8a716c8cf2eebf55588f081a
parent4f390c152bc87165da4b1f5b7d870b46fb106d4e
NFS: copy symlinks into page cache before sending NFS SYMLINK request

Currently the NFS client does not cache symlinks it creates.  They get
cached only when the NFS client reads them back from the server.

Copy the symlink into the page cache before sending it.

Test plan:
Connectathon, all NFS versions.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dir.c