Release the module reference in ll_kern_mount()
b=12546
i=green
i=shadow
* bug fixes
Severity : normal
+Frequency : 2.6.18 servers only
+Bugzilla : 12546
+Description: ll_kern_mount() doesn't release the module reference
+Details : The ldiskfs module reference count never drops down to 0
+ because ll_kern_mount() doesn't release the module reference.
+
+Severity : normal
Frequency : rare
Bugzilla : 12470
Description: server LBUG when using old ost_num_threads parameter
if (!type)
return ERR_PTR(-ENODEV);
mnt = vfs_kern_mount(type, flags, name, data);
+ module_put(type->owner);
return mnt;
}
#else