NLM: Fix Oops in nlmclnt_mark_reclaim()
commit9b5b1f5bf9dcdb6f23abf65977a675eb4deba3c0
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 19 Dec 2005 22:11:25 +0000 (19 17:11 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 20 Dec 2005 04:12:31 +0000 (19 23:12 -0500)
tree2f7f341d38d6a8ae71ff1fefa9e48a467b34f5a1
parent48e49187753ec3b4fa84a7165c9b7a59f3875b56
NLM: Fix Oops in nlmclnt_mark_reclaim()

 When mixing -olock and -onolock mounts on the same client, we have to
 check that fl->fl_u.nfs_fl.owner is set before dereferencing it.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/lockd/clntlock.c