]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: add support for FS_IOC_GETFSSYSFSPATH
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 15 Mar 2024 03:53:02 +0000 (23:53 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 2 May 2024 19:21:23 +0000 (15:21 -0400)
commitfb092d407262eb4278f3d1ca24da54396a038c62
tree2e9aa86ce11f7a8bc0ec29f64b26a9ca54edbde7
parent35a1f12f0ca857fee1d7a04ef52cbd5f1f84de13
ext4: add support for FS_IOC_GETFSSYSFSPATH

The new sysfs path ioctl lets us get the /sys/fs/ path for a given
filesystem in a fs agnostic way, potentially nudging us towards
standarizing some of our reporting.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Cc: Theodore Ts'o <tytso@mit.edu>
Cc: Andreas Dilger <adilger.kernel@dilger.ca>
Cc: linux-ext4@vger.kernel.org
Link: https://lore.kernel.org/r/20240315035308.3563511-4-kent.overstreet@linux.dev
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c