Whamcloud - gitweb
LU-1346 libcfs: cleanup libcfs primitive (linux-prim.h)
[fs/lustre-release.git] / lustre / osd-ldiskfs / osd_handler.c
index d9f0a40..fefad46 100644 (file)
@@ -5452,7 +5452,7 @@ static int osd_mount(const struct lu_env *env,
        }
 
        o->od_mnt = vfs_kern_mount(type, s_flags, dev, options);
-       cfs_module_put(type->owner);
+       module_put(type->owner);
 
        if (IS_ERR(o->od_mnt)) {
                rc = PTR_ERR(o->od_mnt);