From: J. Bruce Fields Date: Mon, 17 Oct 2011 15:14:48 +0000 (-0400) Subject: nfsd4: do idr preallocation with stateid allocation X-Git-Tag: v3.2-rc1~177^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=996e09385c364f97a89648b401409521e2a3a094;p=pandora-kernel.git nfsd4: do idr preallocation with stateid allocation Move idr preallocation out of stateid initialization, into stateid allocation, so that we no longer have to handle any errors from the former. This is a little subtle due to the way the idr code manages these preallocated items--document that in comments. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed