NSM: Remove NULL pointer check from nsm_find()
authorChuck Lever <chuck.lever@oracle.com>
Sat, 6 Dec 2008 00:03:01 +0000 (19:03 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 6 Jan 2009 16:53:53 +0000 (11:53 -0500)
commitbc1cc6c4e476b60df48227165990c87a22db6bb7
tree19919f4787df34201bd575ebf741a53e9879e084
parent5cf1c4b19db99d21d44c2ab457cfd44eb86b4439
NSM: Remove NULL pointer check from nsm_find()

The nsm_find() function should never be called with a NULL IP address
pointer.  If it is, that's a bug.

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