aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/proc.c
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2007-10-22 12:28:19 -0400
committerSteve French <sfrench@us.ibm.com>2007-10-22 12:28:19 -0400
commit7efb35af738e96565934cc640d863eb18dba0206 (patch)
tree29ed331d864b0cfa73fdca5fd3982896e56f9530 /fs/nfs/proc.c
parent748c5151deb56e4b7b5a9b07a884243764933831 (diff)
parent55b70a0300b873c0ec7ea6e33752af56f41250ce (diff)
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'fs/nfs/proc.c')
-rw-r--r--fs/nfs/proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/proc.c b/fs/nfs/proc.c
index 97669ed05500..4f80d88e9fee 100644
--- a/fs/nfs/proc.c
+++ b/fs/nfs/proc.c
@@ -211,6 +211,7 @@ nfs_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
211 nfs_fattr_init(&fattr); 211 nfs_fattr_init(&fattr);
212 dprintk("NFS call create %s\n", dentry->d_name.name); 212 dprintk("NFS call create %s\n", dentry->d_name.name);
213 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); 213 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
214 nfs_mark_for_revalidate(dir);
214 if (status == 0) 215 if (status == 0)
215 status = nfs_instantiate(dentry, &fhandle, &fattr); 216 status = nfs_instantiate(dentry, &fhandle, &fattr);
216 dprintk("NFS reply create: %d\n", status); 217 dprintk("NFS reply create: %d\n", status);