commit | e2df0c8644db3d01e3c6fc5f7670fdd7b4c2b234 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Fri Jan 26 00:56:59 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Jan 26 13:50:59 2007 -0800 |
tree | 832718f7a8e8b06dbf5cdaac4aa4d9e7c3b57cd8 | |
parent | 250f3915183d377d36e012bac9caa7345ce465b8 [diff] |
[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 <bunk@stusta.de> Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>