From ff6400a0189ecef71fafa653a48654497d4ab421 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 8 Mar 1996 02:25:40 +0000 Subject: [PATCH] (main): Tell read_filesystem_list that it should determine file system type when the user specifies --print-type or -T. From Michael Rendell --- src/df.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/df.c b/src/df.c index 6badc6510f..38f08cd083 100644 --- a/src/df.c +++ b/src/df.c @@ -280,7 +280,9 @@ main (int argc, char **argv) } mount_list = - read_filesystem_list ((fs_select_list != NULL || fs_exclude_list != NULL), + read_filesystem_list ((fs_select_list != NULL + || fs_exclude_list != NULL + || print_type), show_all_fs); if (mount_list == NULL) -- 2.47.3