X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fautofs%2Finode.c;h=dda510d31f840dbba96834619a668f723bc99e16;hb=c22ce6d849423639b4b80d1b28edd383cb3048a9;hp=708bdb89fea14782c625e14c04e63902003b442b;hpb=3d50337f62a61027f40ad4ceddefa3c91e5d479e;p=linux-2.6-omap-h63xx.git diff --git a/fs/autofs/inode.c b/fs/autofs/inode.c index 708bdb89fea..dda510d31f8 100644 --- a/fs/autofs/inode.c +++ b/fs/autofs/inode.c @@ -54,6 +54,7 @@ out_kill_sb: static const struct super_operations autofs_sops = { .statfs = simple_statfs, + .show_options = generic_show_options, }; 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) int minproto, maxproto; pid_t pgid; + save_mount_options(s, data); + sbi = kzalloc(sizeof(*sbi), GFP_KERNEL); if (!sbi) goto fail_unlock;