]> git.openfabrics.org - ~emulex/infiniband.git/commit
dlm: convert to idr_alloc()
authorTejun Heo <tj@kernel.org>
Thu, 28 Feb 2013 01:04:49 +0000 (17:04 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Feb 2013 03:10:19 +0000 (19:10 -0800)
commit2a86b3e74f12bcdd13ceb1bf333bc2d5f43b3c02
tree142d8492bdeb66b6edfba7302ccc38dbd1e7227a
parenta1c36b166be76763cfab1a4308a00d6ffd8a2cc0
dlm: convert to idr_alloc()

Convert to the much saner new idr interface.  Error return values from
recover_idr_add() mix -1 and -errno.  The conversion doesn't change
that but it looks iffy.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/dlm/lock.c
fs/dlm/recover.c