From: Trond Myklebust Date: Tue, 14 Mar 2006 05:20:49 +0000 (-0800) Subject: [PATCH] NLM: Ensure we do not Oops in the case of an unlock X-Git-Tag: v2.6.16~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30f4e20a0d3492668f5065af582b5af2d1e4256b;p=pandora-kernel.git [PATCH] NLM: Ensure we do not Oops in the case of an unlock In theory, NLM specs assure us that the server will only reply LCK_GRANTED or LCK_DENIED_GRACE_PERIOD to our NLM_UNLOCK request. In practice, we should not assume this to be the case, and the code will currently Oops if we do. Signed-off-by: Trond Myklebust Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed