From: Bryan Schumaker Date: Tue, 31 Jan 2012 15:39:30 +0000 (-0500) Subject: NFS: Call test_stateid() and free_stateid() with correct stateids X-Git-Tag: v3.4-rc1~123^2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b01dd1d8fae6178cbec374b90da2e4a3b8dce9ba;p=pandora-kernel.git NFS: Call test_stateid() and free_stateid() with correct stateids I noticed that test_stateid() was always using the same stateid for open and lock recovery. After poking around a bit, I discovered that it was always testing with a delegation stateid (even if there was no delegation present). I figured this wasn't correct, so now delegation and open stateids are tested during open_expired() and lock stateids are tested during lock_expired(). Signed-off-by: Bryan Schumaker Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed