[PATCH] autofs4: add a show mount options for proc filesystem
Add show_options method to display autofs4 mount options in the proc filesystem. Signed-off-by: Ian Kent <raven@themaw.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
@@ -87,11 +87,14 @@ struct autofs_wait_queue {
|
||||
struct autofs_sb_info {
|
||||
u32 magic;
|
||||
struct dentry *root;
|
||||
int pipefd;
|
||||
struct file *pipe;
|
||||
pid_t oz_pgrp;
|
||||
int catatonic;
|
||||
int version;
|
||||
int sub_version;
|
||||
int min_proto;
|
||||
int max_proto;
|
||||
unsigned long exp_timeout;
|
||||
int reghost_enabled;
|
||||
int needs_reghost;
|
||||
|
Reference in New Issue
Block a user