X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmgs%2Flproc_mgs.c;h=1801c04845e9efdab606803b6d87e26052528f05;hb=ac16c5819bdd944230c938dd3b14401b72556d9b;hp=2d93e548a4f7fd45b9bfb7f8ca6d96f762163022;hpb=29b5934cb23e13db114da9d25a484a7deda7b119;p=fs%2Flustre-release.git diff --git a/lustre/mgs/lproc_mgs.c b/lustre/mgs/lproc_mgs.c index 2d93e54..1801c04 100644 --- a/lustre/mgs/lproc_mgs.c +++ b/lustre/mgs/lproc_mgs.c @@ -196,7 +196,7 @@ static int mgs_live_seq_show(struct seq_file *seq, void *v) cfs_down(&fsdb->fsdb_sem); seq_printf(seq, "fsname: %s\n", fsdb->fsdb_name); - seq_printf(seq, "flags: %#x gen: %d\n", + seq_printf(seq, "flags: %#lx gen: %d\n", fsdb->fsdb_flags, fsdb->fsdb_gen); for (i = 0; i < INDEX_MAP_SIZE * 8; i++) if (cfs_test_bit(i, fsdb->fsdb_mdt_index_map))