locks: change lm_get_owner and lm_put_owner prototypes
authorJeff Layton <jeff.layton@primarydata.com>
Fri, 3 Apr 2015 13:04:04 +0000 (09:04 -0400)
committerJeff Layton <jeff.layton@primarydata.com>
Fri, 3 Apr 2015 13:04:04 +0000 (09:04 -0400)
The current prototypes for these operations are somewhat awkward as they
deal with fl_owners but take struct file_lock arguments. In the future,
we'll want to be able to take references without necessarily dealing
with a struct file_lock.

Change them to take fl_owner_t arguments instead and have the callers
deal with assigning the values to the file_lock structs.

Signed-off-by: Jeff Layton <jlayton@primarydata.com>
fs/locks.c
fs/nfsd/nfs4state.c
include/linux/fs.h

diff --cc fs/locks.c
Simple merge
Simple merge
Simple merge