diff options
-rw-r--r-- | fs/autofs/inode.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/autofs/inode.c b/fs/autofs/inode.c index 708bdb89fea1..dda510d31f84 100644 --- a/fs/autofs/inode.c +++ b/fs/autofs/inode.c | |||
@@ -54,6 +54,7 @@ out_kill_sb: | |||
54 | 54 | ||
55 | static const struct super_operations autofs_sops = { | 55 | static const struct super_operations autofs_sops = { |
56 | .statfs = simple_statfs, | 56 | .statfs = simple_statfs, |
57 | .show_options = generic_show_options, | ||
57 | }; | 58 | }; |
58 | 59 | ||
59 | enum {Opt_err, Opt_fd, Opt_uid, Opt_gid, Opt_pgrp, Opt_minproto, Opt_maxproto}; | 60 | enum {Opt_err, Opt_fd, Opt_uid, Opt_gid, Opt_pgrp, Opt_minproto, Opt_maxproto}; |
@@ -140,6 +141,8 @@ int autofs_fill_super(struct super_block *s, void *data, int silent) | |||
140 | int minproto, maxproto; | 141 | int minproto, maxproto; |
141 | pid_t pgid; | 142 | pid_t pgid; |
142 | 143 | ||
144 | save_mount_options(s, data); | ||
145 | |||
143 | sbi = kzalloc(sizeof(*sbi), GFP_KERNEL); | 146 | sbi = kzalloc(sizeof(*sbi), GFP_KERNEL); |
144 | if (!sbi) | 147 | if (!sbi) |
145 | goto fail_unlock; | 148 | goto fail_unlock; |