]> asedeno.scripts.mit.edu Git - linux.git/commit
lockd: Convert NLM service fl_owner to nlm_lockowner
authorBenjamin Coddington <bcodding@redhat.com>
Thu, 23 May 2019 14:45:45 +0000 (10:45 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 3 Jul 2019 21:52:08 +0000 (17:52 -0400)
commit89e0edfbea103d9b274efa10a8fc7a88bdac8f76
treee13bb61003180e2cf10d5266af2a24052f5d4fff
parent9de3ec1d57113e270638254868675d9c048b071e
lockd: Convert NLM service fl_owner to nlm_lockowner

Do as the NLM client: allocate and track a struct nlm_lockowner for use as
the fl_owner for locks created by the NLM sever.  This allows us to keep
the svid within this structure for matching locks, and will allow us to
track the pid of lockd in a future patch.  It should also allow easier
reference of the nlm_host in conflicting locks, and simplify lock hashing
and comparison.

Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
[bfields@redhat.com: fix type of some error returns]
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/lockd/svc4proc.c
fs/lockd/svclock.c
fs/lockd/svcproc.c
fs/lockd/svcsubs.c
fs/lockd/xdr.c
fs/lockd/xdr4.c
include/linux/lockd/lockd.h