git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d32b29
)
nfsd4: simplify idr allocation
author
J. Bruce Fields
<bfields@redhat.com>
Sun, 3 Feb 2013 17:23:01 +0000
(12:23 -0500)
committer
J. Bruce Fields
<bfields@redhat.com>
Tue, 5 Feb 2013 14:41:12 +0000
(09:41 -0500)
We don't really need to preallocate at all; just allocate and initialize
everything at once, but leave the sc_type field initially 0 to prevent
finding the stateid till it's fully initialized.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
No differences found