From: Trond Myklebust Date: Wed, 18 Jan 2012 03:04:24 +0000 (-0500) Subject: NFSv4: Replace state_owner->so_owner_id with an ida based allocator X-Git-Tag: v3.4-rc1~123^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9157c31dd610a127bc6f01bc1953cf8b80382040;p=pandora-kernel.git NFSv4: Replace state_owner->so_owner_id with an ida based allocator We're unlikely to ever need more than 2^31 simultaneous open owners, so let's replace the custom allocator with the generic ida allocator. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed