Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84789
b: refs/heads/master
c: 979db75
h: refs/heads/master
i:
  84787: deee30a
v: v3
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Feb 8, 2008
1 parent cb64033 commit 709dba2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aef97cb9031755422c23cc64f7a089a0fbbcca7a
refs/heads/master: 979db7542d9c73db0d770110edb31c1252ef6c4a
3 changes: 3 additions & 0 deletions trunk/fs/autofs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ void autofs_kill_sb(struct super_block *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};
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 709dba2

Please sign in to comment.