Skip to content

Commit dadedd8

Browse files
committed
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull jffs2 fix from Al Viro: "braino fix for mount API conversion for jffs2" * 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: jffs2: Fix mounting under new mount API
2 parents 16cdf08 + a3bc18a commit dadedd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fs/jffs2/super.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,11 @@ static const struct export_operations jffs2_export_ops = {
163163
* Opt_rp_size: size of reserved pool in KiB
164164
*/
165165
enum {
166-
Opt_source,
167166
Opt_override_compr,
168167
Opt_rp_size,
169168
};
170169

171170
static const struct fs_parameter_spec jffs2_param_specs[] = {
172-
fsparam_string ("source", Opt_source),
173171
fsparam_enum ("compr", Opt_override_compr),
174172
fsparam_u32 ("rp_size", Opt_rp_size),
175173
{}

0 commit comments

Comments
 (0)