jffs2: Fix mounting under new mount API
[sfrench/cifs-2.6.git] / fs / jffs2 / super.c
index cbe70637c11799a115b92485830a3e4e588bbf65..0e6406c4f36216c09b548e91a7abf2a345b64caf 100644 (file)
@@ -163,13 +163,11 @@ static const struct export_operations jffs2_export_ops = {
  * Opt_rp_size: size of reserved pool in KiB
  */
 enum {
-       Opt_source,
        Opt_override_compr,
        Opt_rp_size,
 };
 
 static const struct fs_parameter_spec jffs2_param_specs[] = {
-       fsparam_string  ("source",      Opt_source),
        fsparam_enum    ("compr",       Opt_override_compr),
        fsparam_u32     ("rp_size",     Opt_rp_size),
        {}