diff options
| author | Karel Zak <kzak@redhat.com> | 2024-08-21 10:04:02 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2025-01-08 13:57:43 +0100 |
| commit | ee3a26d03fe7f10cf8a595790f7747bc2c7f98ca (patch) | |
| tree | f323f2a6d8a19e69656e4edfcad6e96d7c914257 /libmount/src | |
| parent | 36fed3c7fec4845901aadba107617cd90e9ea15c (diff) | |
| download | util-linux-ee3a26d03fe7f10cf8a595790f7747bc2c7f98ca.tar.gz | |
libmount: update tests
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src')
| -rw-r--r-- | libmount/src/fs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmount/src/fs.c b/libmount/src/fs.c index fdc249ed98..230448f7ce 100644 --- a/libmount/src/fs.c +++ b/libmount/src/fs.c @@ -1852,7 +1852,6 @@ int mnt_fs_print_debug(struct libmnt_fs *fs, FILE *file) stmnt_disabled = mnt_statmnt_disable_fetching(fs->stmnt, 1); fprintf(file, "------ fs:\n"); - fprintf(file, "auto-statmount: %s\n", stmnt_disabled ? "off" : "on"); if (mnt_fs_get_source(fs)) fprintf(file, "source: %s\n", mnt_fs_get_source(fs)); if (mnt_fs_get_target(fs)) |
