Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347639
b: refs/heads/master
c: 698d8d8
h: refs/heads/master
i:
  347637: 6247967
  347635: cf6dead
  347631: 8a23dbf
v: v3
  • Loading branch information
Jeff Layton authored and J. Bruce Fields committed Nov 10, 2012
1 parent ebdd439 commit 29e4fd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 292a41716a4ad3e93c57155f99786abe8a8d386a
refs/heads/master: 698d8d875a0593f65092f6619d97de49bc5caa45
3 changes: 2 additions & 1 deletion trunk/fs/nfsd/nfs4recover.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,13 @@ nfsd4_remove_clid_dir(struct nfs4_client *clp)

status = nfs4_save_creds(&original_cred);
if (status < 0)
goto out;
goto out_drop_write;

status = nfsd4_unlink_clid_dir(clp->cl_recdir, HEXDIR_LEN-1);
nfs4_reset_creds(original_cred);
if (status == 0)
vfs_fsync(rec_file, 0);
out_drop_write:
mnt_drop_write_file(rec_file);
out:
if (status)
Expand Down

0 comments on commit 29e4fd1

Please sign in to comment.