diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-01-10 19:17:23 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-01-10 19:17:23 +0100 |
commit | d8c8e595dc31fb639bc4f8a202901afaa15bb13f (patch) | |
tree | 0d9bd29e999151aa885b1e76d8d958ca642c137e /fs/ocfs2 | |
parent | Merge tag 'afs-fix-rotation-20240105' of git://git.kernel.org/pub/scm/linux/k... (diff) | |
parent | dlm: update format header reflect current format (diff) | |
download | linux-d8c8e595dc31fb639bc4f8a202901afaa15bb13f.tar.xz linux-d8c8e595dc31fb639bc4f8a202901afaa15bb13f.zip |
Merge tag 'dlm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
Pull dlm updates from David Teigland:
"This set cleans up the interface between nfs lockd and dlm, which is
handling nfs file locking for gfs2 and ocfs2. Very basic lockd
functionality is fixed, in which the fl owner was using the lockd pid
instead of the owner value from nfs"
* tag 'dlm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm:
dlm: update format header reflect current format
dlm: fix format seq ops type 4
dlm: implement EXPORT_OP_ASYNC_LOCK
dlm: use FL_SLEEP to determine blocking vs non-blocking
dlm: use fl_owner from lockd
dlm: use kernel_connect() and kernel_bind()
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/export.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/export.c b/fs/ocfs2/export.c index eaa8c80ace3c..b8b6a191b5cb 100644 --- a/fs/ocfs2/export.c +++ b/fs/ocfs2/export.c @@ -280,4 +280,5 @@ const struct export_operations ocfs2_export_ops = { .fh_to_dentry = ocfs2_fh_to_dentry, .fh_to_parent = ocfs2_fh_to_parent, .get_parent = ocfs2_get_parent, + .flags = EXPORT_OP_ASYNC_LOCK, }; |