linux/fs/lockd
J. Bruce Fields 7117bf3dfb lockd: Remove FL_LOCKD flag
Currently lockd identifies its own locks using the FL_LOCKD flag.  This
doesn't scale well to multiple lock managers--if we did this in nfsv4 too,
for example, we'd be left with only one free flag bit.

Instead, we just check whether the file manager ops (fl_lmops) set on this
lock are our own.

The only use for this is in nlm_traverse_locks, which uses it to find locks
that need cleaning up when freeing a host or a file.

In the long run it might be nice to do reference counting instead of
traversing all the locks like this....

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2006-03-20 13:44:26 -05:00
..
Makefile
clntlock.c lockd: Don't expose the process pid to the NLM server 2006-03-20 13:44:06 -05:00
clntproc.c lockd: Don't expose the process pid to the NLM server 2006-03-20 13:44:06 -05:00
host.c SUNRPC: new interface to force an RPC rebind 2006-01-06 14:58:56 -05:00
mon.c SUNRPC: eliminate rpc_call() 2006-03-20 13:44:23 -05:00
svc.c SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call. 2006-01-06 14:58:45 -05:00
svc4proc.c [PATCH] NLM: Fix the NLM_GRANTED callback checks 2006-02-14 16:09:34 -08:00
svclock.c lockd: Remove FL_LOCKD flag 2006-03-20 13:44:26 -05:00
svcproc.c [PATCH] NLM: Fix the NLM_GRANTED callback checks 2006-02-14 16:09:34 -08:00
svcshare.c
svcsubs.c lockd: Remove FL_LOCKD flag 2006-03-20 13:44:26 -05:00
xdr.c SUNRPC: display human-readable procedure name in rpc_iostats output 2006-03-20 13:44:22 -05:00
xdr4.c SUNRPC: display human-readable procedure name in rpc_iostats output 2006-03-20 13:44:22 -05:00