[PATCH] proc filesystem (3/3): add proc_show_options()

2005-02-01 Thread rene . scharfe
This patch adds a show_options function to the proc filesystem. diff -pur l2/fs/proc/inode.c l3/fs/proc/inode.c --- l2/fs/proc/inode.c 2005-02-01 04:51:23.0 +0100 +++ l3/fs/proc/inode.c 2005-02-01 04:51:07.0 +0100 @@ -16,6 +16,7 @@ #include #include #include +#include

[PATCH] proc filesystem (3/3): add proc_show_options()

2005-02-01 Thread rene . scharfe
This patch adds a show_options function to the proc filesystem. diff -pur l2/fs/proc/inode.c l3/fs/proc/inode.c --- l2/fs/proc/inode.c 2005-02-01 04:51:23.0 +0100 +++ l3/fs/proc/inode.c 2005-02-01 04:51:07.0 +0100 @@ -16,6 +16,7 @@ #include linux/module.h #include