diff options
Diffstat (limited to 'fs/proc/net.c')
-rw-r--r-- | fs/proc/net.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/net.c b/fs/proc/net.c index 408c8e0d4..a6d8c5616 100644 --- a/fs/proc/net.c +++ b/fs/proc/net.c @@ -92,6 +92,7 @@ static struct file_operations proc_net_operations = { NULL, /* ioctl - default */ NULL, /* mmap */ NULL, /* no special open code */ + NULL, /* flush */ NULL, /* no special release code */ NULL /* can't fsync */ }; |