]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
locks: Remove the last reference to EXPORT_OP_ASYNC_LOCK.
authorThiago Becker <tbecker@redhat.com>
Thu, 24 Jul 2025 20:35:16 +0000 (17:35 -0300)
committerChristian Brauner <brauner@kernel.org>
Mon, 11 Aug 2025 12:52:24 +0000 (14:52 +0200)
Commit b875bd5b381e ("exportfs: Remove EXPORT_OP_ASYNC_LOCK") removed
all references to EXPORT_OP_ASYNC_LOCK, but one lasted in the
comments for fs/locks.c. Remove it.

Signed-off-by: Thiago Becker <tbecker@redhat.com>
Link: https://lore.kernel.org/20250724203516.153616-1-tbecker@redhat.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/locks.c

index 559f02aa4172214a14d907b7bc090c1a9235967c..04a3f0e2072461b6e2d3d1cd12f2b089d69a7db3 100644 (file)
@@ -2328,8 +2328,8 @@ out:
  * To avoid blocking kernel daemons, such as lockd, that need to acquire POSIX
  * locks, the ->lock() interface may return asynchronously, before the lock has
  * been granted or denied by the underlying filesystem, if (and only if)
- * lm_grant is set. Additionally EXPORT_OP_ASYNC_LOCK in export_operations
- * flags need to be set.
+ * lm_grant is set. Additionally FOP_ASYNC_LOCK in file_operations fop_flags
+ * need to be set.
  *
  * Callers expecting ->lock() to return asynchronously will only use F_SETLK,
  * not F_SETLKW; they will set FL_SLEEP if (and only if) the request is for a