]> git.baikalelectronics.ru Git - kernel.git/commit
NSM: Remove BUG_ON() in nsm_monitor()
authorChuck Lever <chuck.lever@oracle.com>
Thu, 4 Dec 2008 19:21:08 +0000 (14:21 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 6 Jan 2009 16:53:51 +0000 (11:53 -0500)
commit4b1d1b0c19e82973c0bffe381f7d0adaf202b2d5
tree476bb3b039e814e46f2675933a88470781fec5f2
parentec1ee26b8e0b8f2eb53ed8efb86414185629d790
NSM: Remove BUG_ON() in nsm_monitor()

Clean up: Remove the BUG_ON() invocation in nsm_monitor().  It's not
likely that nsm_monitor() is ever called with a NULL host pointer, and
the code will die anyway if host is NULL.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/lockd/mon.c