commit | 9157c31dd610a127bc6f01bc1953cf8b80382040 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jan 17 22:04:24 2012 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jan 31 18:20:28 2012 -0500 |
tree | 0552a17b2f047da4240a62d06b9fe58b162bad35 | |
parent | d1e284d50a1506aab8ad7895f31b5f93b5647fc9 [diff] |
NFSv4: Replace state_owner->so_owner_id with an ida based allocator 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>