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.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/fs/proc/omirr.c b/fs/proc/omirr.c
index f738827a7..f205dd753 100644
--- a/fs/proc/omirr.c
+++ b/fs/proc/omirr.c
@@ -278,23 +278,4 @@ 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, /* get_block */
- NULL, /* readpage */
- NULL, /* writepage */
- NULL, /* flushpage */
- NULL, /* truncate */
- NULL, /* permission */
- NULL, /* smap */
- NULL /* revalidate */
};