summaryrefslogtreecommitdiff
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2023-08-08 20:27:46 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-08-29 17:30:56 +0200
commitdd5eab8d97083aab29c224e6882e5a559944a212 (patch)
treed929dc19ad1a95903a73578d3664f9bcd64cf748 /Documentation/filesystems
parent9841f20dbd772b74367ef61a7bb541f6c97bb8fe (diff)
downloadlinux-dd5eab8d97083aab29c224e6882e5a559944a212.tar.gz
linux-dd5eab8d97083aab29c224e6882e5a559944a212.tar.bz2
linux-dd5eab8d97083aab29c224e6882e5a559944a212.zip
gfs2: Remove LM_FLAG_PRIORITY flag
commit 0b93bac2271e11beb980fca037a34a9819c7dc37 upstream. The last user of this flag was removed in commit b77b4a4815a9 ("gfs2: Rework freeze / thaw logic"). Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/gfs2-glocks.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/filesystems/gfs2-glocks.rst b/Documentation/filesystems/gfs2-glocks.rst
index d14f230f0b12..93a690b9bcf2 100644
--- a/Documentation/filesystems/gfs2-glocks.rst
+++ b/Documentation/filesystems/gfs2-glocks.rst
@@ -20,8 +20,7 @@ The gl_holders list contains all the queued lock requests (not
just the holders) associated with the glock. If there are any
held locks, then they will be contiguous entries at the head
of the list. Locks are granted in strictly the order that they
-are queued, except for those marked LM_FLAG_PRIORITY which are
-used only during recovery, and even then only for journal locks.
+are queued.
There are three lock states that users of the glock layer can request,
namely shared (SH), deferred (DF) and exclusive (EX). Those translate