From: Trond Myklebust Date: Wed, 18 Jan 2012 03:04:25 +0000 (-0500) Subject: NFSv4: Replace lock_owner->ld_id with an ida based allocator X-Git-Tag: v3.4-rc1~123^2~183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2d7ce28a2f8ec6ca2a49145e643d2e3c7d21ba3;p=pandora-kernel.git NFSv4: Replace lock_owner->ld_id with an ida based allocator Again, We're unlikely to ever need more than 2^31 simultaneous lock owners, so let's replace the custom allocator. Now that there are no more users, we can also get rid of the custom allocator code. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed