commit | 5bc74bef7c9b652f0f2aa9c5a8d5ac86881aba79 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Thu Dec 04 14:21:08 2008 -0500 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Tue Jan 06 11:53:51 2009 -0500 |
tree | 476bb3b039e814e46f2675933a88470781fec5f2 | |
parent | 501c1ed3fb5c2648ba1709282c71617910917f66 [diff] |
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>