summaryrefslogtreecommitdiffstats
path: root/net/wanrouter
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-09-28 22:25:29 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-09-28 22:25:29 +0000
commit0ae8dceaebe3659ee0c3352c08125f403e77ebca (patch)
tree5085c389f09da78182b899d19fe1068b619a69dd /net/wanrouter
parent273767781288c35c9d679e908672b9996cda4c34 (diff)
Merge with 2.3.10.
Diffstat (limited to 'net/wanrouter')
-rw-r--r--net/wanrouter/wanproc.c18
1 files changed, 12 insertions, 6 deletions
diff --git a/net/wanrouter/wanproc.c b/net/wanrouter/wanproc.c
index d8bd1e33d..1cafd9aeb 100644
--- a/net/wanrouter/wanproc.c
+++ b/net/wanrouter/wanproc.c
@@ -123,13 +123,16 @@ static struct inode_operations router_inode =
NULL, /* rmdir */
NULL, /* mknod */
NULL, /* rename */
- NULL, /* follow link */
NULL, /* readlink */
+ NULL, /* follow_link */
+ NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* get_block */
+ NULL, /* flushpage */
NULL, /* truncate */
- router_proc_perms
+ router_proc_perms, /* permission */
+ NULL, /* smap */
+ NULL /* revalidate */
};
/*
@@ -165,15 +168,18 @@ static struct inode_operations wandev_inode =
NULL, /* rename */
NULL, /* readlink */
NULL, /* follow_link */
+ NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* get_block */
+ NULL, /* flushpage */
NULL, /* truncate */
- router_proc_perms
+ router_proc_perms, /* permission */
+ NULL, /* smap */
+ NULL /* revalidate */
};
/*
- * Proc filesystem derectory entries.
+ * Proc filesystem directory entries.
*/
/*