commit | d2d7ce28a2f8ec6ca2a49145e643d2e3c7d21ba3 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jan 17 22:04:25 2012 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jan 31 18:20:28 2012 -0500 |
tree | 4c73f071c2282185402a4da7d20b30749530c89f | |
parent | 9157c31dd610a127bc6f01bc1953cf8b80382040 [diff] |
NFSv4: Replace lock_owner->ld_id with an ida based allocator Again, We're unlikely to ever need more than 2^31 simultaneous lock owners, so let's replace the custom allocator. Now that there are no more users, we can also get rid of the custom allocator code. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>