Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71955
b: refs/heads/master
c: bad2a52
h: refs/heads/master
i:
  71953: d911ea4
  71951: 1e3d6a9
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Oct 21, 2007
1 parent 3ae7ee3 commit 8593f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: efea90a454c6bf95d489878ea366d5dff03f3fb7
refs/heads/master: bad2a524113075d1e0665f1e111283ab25135ade
1 change: 1 addition & 0 deletions trunk/fs/nfs/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ nfs_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
nfs_fattr_init(&fattr);
dprintk("NFS call create %s\n", dentry->d_name.name);
status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
nfs_mark_for_revalidate(dir);
if (status == 0)
status = nfs_instantiate(dentry, &fhandle, &fattr);
dprintk("NFS reply create: %d\n", status);
Expand Down

0 comments on commit 8593f7a

Please sign in to comment.