Re: [PATCH 2/7] nfsd: convert to idr_alloc()

2013-03-05 Thread J. Bruce Fields
On Tue, Mar 05, 2013 at 12:02:47PM -0800, Tejun Heo wrote: > idr_get_new*() and friends are about to be deprecated. Convert to the > new idr_alloc() interface. > > Only compile-tested. Runs fine too--thanks. Acked-by: J. Bruce Fields --b. > > Signed-off-by: Tejun Heo > Cc: "J. Bruce Fields

[PATCH 2/7] nfsd: convert to idr_alloc()

2013-03-05 Thread Tejun Heo
idr_get_new*() and friends are about to be deprecated. Convert to the new idr_alloc() interface. Only compile-tested. Signed-off-by: Tejun Heo Cc: "J. Bruce Fields" Cc: linux-...@vger.kernel.org --- fs/nfsd/nfs4state.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/f