]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4: Replace lock_owner->ld_id with an ida based allocator
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 18 Jan 2012 03:04:25 +0000 (22:04 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 31 Jan 2012 23:20:28 +0000 (18:20 -0500)
commitd19df23cc93cd38dd8dde2ce5c9fcfefd10b880b
tree4c73f071c2282185402a4da7d20b30749530c89f
parent5b441bf982987d02705ec33ff3589da648b5f788
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>
fs/nfs/client.c
fs/nfs/nfs4_fs.h
fs/nfs/nfs4proc.c
fs/nfs/nfs4state.c
include/linux/nfs_fs_sb.h