NFSv4.1: Clean up nfs4_free_slot
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 20 Nov 2012 19:17:32 +0000 (14:17 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 26 Nov 2012 22:49:53 +0000 (17:49 -0500)
Change the argument to take the pointer to the slot, instead of
just the slotid.

We know that the new value of highest_used_slot must be less than
the current value. No need to scan the whole table.

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

No differences found