lockd: prepare nlm_lockowner for use by the server
authorBenjamin Coddington <bcodding@redhat.com>
Thu, 23 May 2019 14:45:44 +0000 (10:45 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 3 Jul 2019 21:52:08 +0000 (17:52 -0400)
commit9de3ec1d57113e270638254868675d9c048b071e
tree3b43cd5bf906069aa10f9ff3392fe456894a3ad1
parent22a46eb44016eec3384da3731a2d47a5d3c91955
lockd: prepare nlm_lockowner for use by the server

The nlm_lockowner structure that the client uses to track locks is
generally useful to the server as well.  Very similar functions to handle
allocation and tracking of the nlm_lockowner will follow. Rename the client
functions for clarity.

Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/lockd/clntproc.c