Whamcloud - gitweb
b=22176 Add .sync_fs super block handler
[fs/lustre-release.git] / lustre / llite / super25.c
index 358b769..0bf72df 100644 (file)
@@ -99,6 +99,7 @@ struct super_operations lustre_super_operations =
         .umount_begin  = ll_umount_begin,
         .remount_fs    = ll_remount_fs,
         .show_options  = ll_show_options,
+        .sync_fs       = ll_sync_fs,
 };