summaryrefslogtreecommitdiffstats
path: root/fs/proc/omirr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/proc/omirr.c')
-rw-r--r--fs/proc/omirr.c38
1 files changed, 20 insertions, 18 deletions
diff --git a/fs/proc/omirr.c b/fs/proc/omirr.c
index dbf2b32b9..562aa11c5 100644
--- a/fs/proc/omirr.c
+++ b/fs/proc/omirr.c
@@ -277,22 +277,24 @@ static struct file_operations omirr_operations = {
};
struct inode_operations proc_omirr_inode_operations = {
- &omirr_operations,
- NULL, /* create */
- NULL, /* lookup */
- NULL, /* link */
- NULL, /* unlink */
- NULL, /* symlink */
- NULL, /* mkdir */
- NULL, /* rmdir */
- NULL, /* mknod */
- NULL, /* rename */
- NULL, /* readlink */
- NULL, /* follow_link */
- NULL, /* readpage */
- NULL, /* writepage */
- NULL, /* bmap */
- NULL, /* truncate */
- NULL, /* permission */
- NULL /* smap */
+ &omirr_operations,
+ NULL, /* create */
+ NULL, /* lookup */
+ NULL, /* link */
+ NULL, /* unlink */
+ NULL, /* symlink */
+ NULL, /* mkdir */
+ NULL, /* rmdir */
+ NULL, /* mknod */
+ NULL, /* rename */
+ NULL, /* readlink */
+ NULL, /* follow_link */
+ NULL, /* bmap */
+ NULL, /* readpage */
+ NULL, /* writepage */
+ NULL, /* flushpage */
+ NULL, /* truncate */
+ NULL, /* permission */
+ NULL, /* smap */
+ NULL /* revalidate */
};