From: Bryan Schumaker Date: Fri, 27 Jan 2012 15:22:49 +0000 (-0500) Subject: NFSD: Clean up the test_stateid function X-Git-Tag: v3.4-rc1~40^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03cfb42025a16dc45195dbdd6d368daaa8367429;p=pandora-kernel.git NFSD: Clean up the test_stateid function When I initially wrote it, I didn't understand how lists worked so I wrote something that didn't use them. I think making a list of stateids to test is a more straightforward implementation, especially compared to especially compared to decoding stateids while simultaneously encoding a reply to the client. Signed-off-by: Bryan Schumaker Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed