Whamcloud - gitweb
LU-646 port bz23485 (clarification of lustre fsync behavior)
[fs/lustre-release.git] / lustre / llite / super25.c
index 0bf72df..5f27094 100644 (file)
@@ -99,7 +99,6 @@ 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,
 };
 
 
@@ -114,11 +113,13 @@ static int __init init_lustre_lite(void)
         struct timeval tv;
         lnet_process_id_t lnet_id;
 
+#ifndef CRAY_XT3
         /* print an address of _any_ initialized kernel symbol from this
          * module, to allow debugging with gdb that doesn't support data
          * symbols from modules.*/
         CDEBUG(D_CONSOLE, "Lustre client module (%p).\n",
                &lustre_super_operations);
+#endif
 
         rc = ll_init_inodecache();
         if (rc)