]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gfs2: pass through holder from the VFS for freeze/thaw
authorChristian Brauner <brauner@kernel.org>
Fri, 4 Apr 2025 19:02:28 +0000 (21:02 +0200)
committerChristian Brauner <brauner@kernel.org>
Mon, 7 Apr 2025 07:37:17 +0000 (09:37 +0200)
commit62a2175ddf7e72941868f164b7c1f92e00f213bd
tree117dc2a1caa14ffae1d1c46f350c0030535ee999
parentb47e42d10e8c20525febccbd6e0dc8528861aea4
gfs2: pass through holder from the VFS for freeze/thaw

The filesystem's freeze/thaw functions can be called from contexts where
the holder isn't userspace but the kernel, e.g., during systemd
suspend/hibernate. So pass through the freeze/thaw flags from the VFS
instead of hard-coding them.

Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/gfs2/super.c