Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334059
b: refs/heads/master
c: 92566e2
h: refs/heads/master
i:
  334057: cd67123
  334055: 708c324
v: v3
  • Loading branch information
Julia Lawall authored and J. Bruce Fields committed Sep 10, 2012
1 parent f0cd7da commit c9e8691
Show file tree
Hide file tree
Showing 2 changed files with 2 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: eccf50c129686de11358093839749c83f6cae5db
refs/heads/master: 92566e287d5211774f9466e35d7b7240532521e6
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4idmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ nfsd_idmap_init(struct net *net)
goto destroy_idtoname_cache;
nn->nametoid_cache = cache_create_net(&nametoid_cache_template, net);
if (IS_ERR(nn->nametoid_cache)) {
rv = PTR_ERR(nn->idtoname_cache);
rv = PTR_ERR(nn->nametoid_cache);
goto unregister_idtoname_cache;
}
rv = cache_register_net(nn->nametoid_cache, net);
Expand Down

0 comments on commit c9e8691

Please sign in to comment.