]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge patch series "fs: allow statmount to fetch the fs_subtype and sb_source"
authorChristian Brauner <brauner@kernel.org>
Tue, 12 Nov 2024 13:37:27 +0000 (14:37 +0100)
committerChristian Brauner <brauner@kernel.org>
Wed, 13 Nov 2024 13:08:34 +0000 (14:08 +0100)
commit3a6ffeb127973806704655fe5fcd92141a5e83d5
tree50f7bbb0ea4c9ab9e8cfb1778c478bf3597dbb98
parentc4d7d90747f4e8b528c8cd0a2d9ac01dc4a9339e
parent44010543fc8bedad172aa5b6c43480e5d2124497
Merge patch series "fs: allow statmount to fetch the fs_subtype and sb_source"

Jeff Layton <jlayton@kernel.org> says:

Meta has some internal logging that scrapes /proc/self/mountinfo today.
I'd like to convert it to use listmount()/statmount(), so we can do a
better job of monitoring with containers. We're missing some fields
though. This patchset adds them.

* patches from https://lore.kernel.org/r/20241111-statmount-v4-0-2eaf35d07a80@kernel.org:
  fs: add the ability for statmount() to report the sb_source
  fs: add the ability for statmount() to report the fs_subtype
  fs: don't let statmount return empty strings

Link: https://lore.kernel.org/r/20241111-statmount-v4-0-2eaf35d07a80@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>