Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347626
b: refs/heads/master
c: 3c40794
h: refs/heads/master
v: v3
  • Loading branch information
Yanchuan Nian authored and J. Bruce Fields committed Nov 8, 2012
1 parent f4e443f commit b8cca38
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: 01f6c8fd949f3a25a2617e6e1579a5c974b1cabf
refs/heads/master: 3c40794b2dd0f355ef4e6bf8d85af5dcd7da7ece
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -2340,7 +2340,7 @@ nfsd4_init_slabs(void)
if (openowner_slab == NULL)
goto out_nomem;
lockowner_slab = kmem_cache_create("nfsd4_lockowners",
sizeof(struct nfs4_openowner), 0, 0, NULL);
sizeof(struct nfs4_lockowner), 0, 0, NULL);
if (lockowner_slab == NULL)
goto out_nomem;
file_slab = kmem_cache_create("nfsd4_files",
Expand Down

0 comments on commit b8cca38

Please sign in to comment.