NFSv4.1: Simplify slot allocation
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 16 Nov 2012 21:10:11 +0000 (16:10 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 26 Nov 2012 22:49:52 +0000 (17:49 -0500)
Clean up the NFSv4.1 slot allocation by replacing nfs_find_slot() with
a function nfs_alloc_slot() that returns a pointer to the nfs4_slot
instead of an offset into the slot table.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found