Whamcloud - gitweb
LU-9859 libcfs: refactor libcfs initialization.
[fs/lustre-release.git] / lustre / ofd / ofd_dev.c
index 4eb489a..b495b5c 100644 (file)
@@ -3263,6 +3263,10 @@ static int __init ofd_init(void)
 {
        int rc;
 
+       rc = libcfs_setup();
+       if (rc)
+               return rc;
+
        rc = lu_kmem_init(ofd_caches);
        if (rc)
                return rc;