diff options
author | Jeff Layton <jlayton@kernel.org> | 2024-11-15 18:35:53 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2025-01-09 18:58:51 +0300 |
commit | 056d33137bf9364456ee70aa265ccbb948daee49 (patch) | |
tree | 353732425ba8a8dc46ae7e78f42a4aa49e78d74c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | c6640d46dc5a31ee7363545530836c10b9ddb9de (diff) | |
download | linux-056d33137bf9364456ee70aa265ccbb948daee49.tar.xz |
fs: prepend statmount.mnt_opts string with security_sb_mnt_opts()
Currently these mount options aren't accessible via statmount().
The read handler for /proc/#/mountinfo calls security_sb_show_options()
to emit the security options after emitting superblock flag options, but
before calling sb->s_op->show_options.
Have statmount_mnt_opts() call security_sb_show_options() before
calling ->show_options.
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Link: https://lore.kernel.org/r/20241115-statmount-v2-2-cd29aeff9cbb@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions