From: Chuck Lever Date: Thu, 4 Dec 2008 19:21:08 +0000 (-0500) Subject: NSM: Remove BUG_ON() in nsm_monitor() X-Git-Tag: v2.6.29-rc1~177^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bc74bef7c9b652f0f2aa9c5a8d5ac86881aba79;p=pandora-kernel.git 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 Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed