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:
d1e284d
)
NFSv4: Replace state_owner->so_owner_id with an ida based allocator
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 18 Jan 2012 03:04:24 +0000
(22:04 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 31 Jan 2012 23:20:28 +0000
(18:20 -0500)
We're unlikely to ever need more than 2^31 simultaneous open owners,
so let's replace the custom allocator with the generic ida allocator.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found