Whamcloud - gitweb
LU-3319 procfs: move llite proc handling over to seq_file
[fs/lustre-release.git] / lustre / llite / super25.c
index 06b55fe..b373ad2 100644 (file)
@@ -169,7 +169,8 @@ static int __init init_lustre_lite(void)
        }
 
         proc_lustre_fs_root = proc_lustre_root ?
-                              lprocfs_register("llite", proc_lustre_root, NULL, NULL) : NULL;
+                             lprocfs_seq_register("llite", proc_lustre_root,
+                                                  NULL, NULL) : NULL;
 
         lustre_register_client_fill_super(ll_fill_super);
         lustre_register_kill_super_cb(ll_kill_super);