From: NeilBrown Date: Fri, 26 Jan 2007 08:56:59 +0000 (-0800) Subject: [PATCH] knfsd: replace some warning ins nfsfh.h with BUG_ON or WARN_ON X-Git-Tag: v2.6.20-rc7~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2df0c8644db3d01e3c6fc5f7670fdd7b4c2b234;p=pandora-kernel.git [PATCH] knfsd: replace some warning ins nfsfh.h with BUG_ON or WARN_ON A couple of the warnings will be followed by an Oops if they ever fire, so may as well be BUG_ON. Another isn't obviously fatal but has never been known to fire, so make it a WARN_ON. Cc: Adrian Bunk Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed