]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nfsd: idr_destroy() no longer needs idr_remove_all()
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 7 Feb 2013 01:31:27 +0000 (12:31 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:47:27 +0000 (16:47 +1100)
commit3bb03f2c82986a25c0decaf662d6f6c1c9d59838
tree796c94f1768f4790b0748e6f01a9e8bc1326b4b5
parent77f54f8d05a6b05064e4526e611b3f98bc1e2efd
nfsd: idr_destroy() no longer needs idr_remove_all()

idr_destroy() can destroy idr by itself and idr_remove_all() is being
deprecated.  Drop reference to idr_remove_all().

Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/nfsd/nfs4state.c