diff options
author | Denis Cheng <crquan@gmail.com> | 2008-02-26 02:25:03 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2008-03-31 05:41:20 -0400 |
commit | d83225d45d2b76175279abb2a3d7ee325a09aba8 (patch) | |
tree | e6fc40998a7e7e0c7a22b2e0f29149ad47e0e2b0 /fs/gfs2/ops_inode.c | |
parent | 7dc2cf1c8ffbd471722f1aa479bc68d4df1c9edc (diff) |
[GFS2] remove gfs2_dev_iops
struct inode_operations gfs2_dev_iops is always the same as gfs2_file_iops,
since Jan 2006, when GFS2 merged into mainstream kernel.
So one of them could be removed.
Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/ops_inode.c')
-rw-r--r-- | fs/gfs2/ops_inode.c | 10 |
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 | ||
1152 | const 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 | |||
1162 | const struct inode_operations gfs2_dir_iops = { | 1152 | const struct inode_operations gfs2_dir_iops = { |
1163 | .create = gfs2_create, | 1153 | .create = gfs2_create, |
1164 | .lookup = gfs2_lookup, | 1154 | .lookup = gfs2_lookup, |