Whamcloud - gitweb
Pass inline data from filesystem through obdo to VFS.
[fs/lustre-release.git] / lustre / obdclass / class_obd.c
index 4a19570..24cadd0 100644 (file)
@@ -913,8 +913,8 @@ void cleanup_module(void)
                } 
        }
 
-       obd_cleanup_obdo_cache();
        obd_sysctl_clean();
+       obd_cleanup_obdo_cache();
        obd_init_magic = 0;
        EXIT;
 }