diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2022-10-09 22:56:28 +0200 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2022-10-09 22:56:28 +0200 |
commit | c7d7d2d345697eb3781198e58a22504feb74af63 (patch) | |
tree | 66bf10cf2aeceea847adf863d616f545526edb74 /fs/gfs2/glock.h | |
parent | gfs2: Register fs after creating workqueues (diff) | |
parent | gfs2: Mark the remaining process-independent glock holders as GL_NOPID (diff) | |
download | linux-c7d7d2d345697eb3781198e58a22504feb74af63.tar.xz linux-c7d7d2d345697eb3781198e58a22504feb74af63.zip |
gfs2: Merge branch 'for-next.nopid' into for-next
Resolves a conflict in gfs2_inode_lookup() between the following commits:
gfs2: Use TRY lock in gfs2_inode_lookup for UNLINKED inodes
gfs2: Mark the remaining process-independent glock holders as GL_NOPID
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/glock.h')
-rw-r--r-- | fs/gfs2/glock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/glock.h b/fs/gfs2/glock.h index 0199a3dcb114..0d068f4fd7d6 100644 --- a/fs/gfs2/glock.h +++ b/fs/gfs2/glock.h @@ -91,6 +91,7 @@ enum { #define GL_ASYNC 0x0040 #define GL_EXACT 0x0080 #define GL_SKIP 0x0100 +#define GL_NOPID 0x0200 #define GL_NOCACHE 0x0400 /* |