diff options
| author | Trond Myklebust <trond.myklebust@fys.uio.no> | 2004-08-23 00:13:40 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-08-23 00:13:40 -0700 |
| commit | 7a25aba8f51266c4c8dbacb533530ea90a3a5d12 (patch) | |
| tree | 56ac4be31323eab01367b4da3435f2825f501eb3 /include/linux/lockd | |
| parent | b427d33fac47e638916333280627dc71d7e903bb (diff) | |
[PATCH] Fix posix file locking (4/9)
NLM: fix lockd to use the new posix locking callbacks.
Signed-off-by: Trond Myklebust <trond.myklebust@fys.uio.no>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/lockd')
| -rw-r--r-- | include/linux/lockd/lockd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h index 3d984af64138..dde5d0c10426 100644 --- a/include/linux/lockd/lockd.h +++ b/include/linux/lockd/lockd.h @@ -205,6 +205,8 @@ nlm_compare_locks(struct file_lock *fl1, struct file_lock *fl2) &&(fl1->fl_type == fl2->fl_type || fl2->fl_type == F_UNLCK); } +extern struct lock_manager_operations nlmsvc_lock_operations; + #endif /* __KERNEL__ */ #endif /* LINUX_LOCKD_LOCKD_H */ |
