aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/ops_inode.c')
-rw-r--r--fs/gfs2/ops_inode.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/fs/gfs2/ops_inode.c b/fs/gfs2/ops_inode.c
index af7097a514c1..6cbbb5b46ce4 100644
--- a/fs/gfs2/ops_inode.c
+++ b/fs/gfs2/ops_inode.c
@@ -1149,16 +1149,6 @@ const struct inode_operations gfs2_file_iops = {
1149 .removexattr = gfs2_removexattr, 1149 .removexattr = gfs2_removexattr,
1150}; 1150};
1151 1151
1152const struct inode_operations gfs2_dev_iops = {
1153 .permission = gfs2_permission,
1154 .setattr = gfs2_setattr,
1155 .getattr = gfs2_getattr,
1156 .setxattr = gfs2_setxattr,
1157 .getxattr = gfs2_getxattr,
1158 .listxattr = gfs2_listxattr,
1159 .removexattr = gfs2_removexattr,
1160};
1161
1162const struct inode_operations gfs2_dir_iops = { 1152const struct inode_operations gfs2_dir_iops = {
1163 .create = gfs2_create, 1153 .create = gfs2_create,
1164 .lookup = gfs2_lookup, 1154 .lookup = gfs2_lookup,