[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20260115093828.318572ea@canb.auug.org.au>
Date: Thu, 15 Jan 2026 09:38:28 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Al Viro <viro@...IV.linux.org.uk>, Christian Brauner
<brauner@...nel.org>
Cc: Jeff Layton <jlayton@...nel.org>, Linux Kernel Mailing List
<linux-kernel@...r.kernel.org>, Linux Next Mailing List
<linux-next@...r.kernel.org>
Subject: linux-next: manual merge of the vfs tree with the vfs-brauner tree
Hi all,
Today's linux-next merge of the vfs tree got a conflict in:
Documentation/filesystems/porting.rst
between commit:
2b10994be716 ("filelock: default to returning -EINVAL when ->setlease operation is NULL")
from the vfs-brauner tree and commits:
d04faed9ff84 ("non-consuming variant of do_renameat2()")
7335480a8461 ("non-consuming variant of do_linkat()")
82f616740547 ("non-consuming variant of do_symlinkat()")
efa68e343b3b ("non-consuming variant of do_mkdirat()")
f2a62ccef4ad ("non-consuming variant of do_mknodat()")
5f6a811e9abe ("non-consuming variants of do_{unlinkat,rmdir}()")
from the vfs tree.
I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging. You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.
--
Cheers,
Stephen Rothwell
diff --cc Documentation/filesystems/porting.rst
index ed3ac56e3c76,2b4dddfe6c66..000000000000
--- a/Documentation/filesystems/porting.rst
+++ b/Documentation/filesystems/porting.rst
@@@ -1336,7 -1339,6 +1336,15 @@@ in-tree filesystems have done)
**mandatory**
+The ->setlease() file_operation must now be explicitly set in order to provide
+support for leases. When set to NULL, the kernel will now return -EINVAL to
+attempts to set a lease. Filesystems that wish to use the kernel-internal lease
+implementation should set it to generic_setlease().
++
++---
++
++**mandatory**
++
+ do_{mkdir,mknod,link,symlink,renameat2,rmdir,unlink}() are gone; filename_...()
+ counterparts replace those. The difference is that the former used to consume
+ filename references; the latter do not.
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists