From: Tejun Heo Date: Thu, 28 Feb 2013 01:04:49 +0000 (-0800) Subject: dlm: convert to idr_alloc() X-Git-Tag: v3.9-rc1~46^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a86b3e74f12bcdd13ceb1bf333bc2d5f43b3c02;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed