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>
Showing
- fs/nfs/client.c 2 additions, 0 deletionsfs/nfs/client.c
- fs/nfs/nfs4_fs.h 1 addition, 6 deletionsfs/nfs/nfs4_fs.h
- fs/nfs/nfs4proc.c 3 additions, 3 deletionsfs/nfs/nfs4proc.c
- fs/nfs/nfs4state.c 8 additions, 66 deletionsfs/nfs/nfs4state.c
- include/linux/nfs_fs_sb.h 1 addition, 1 deletioninclude/linux/nfs_fs_sb.h
Loading
Please register or sign in to comment