aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_inode.h
diff options
context:
space:
mode:
authorDenis Cheng <crquan@gmail.com>2008-02-26 15:25:03 +0800
committerSteven Whitehouse <swhiteho@redhat.com>2008-03-31 10:41:20 +0100
commitd83225d45d2b76175279abb2a3d7ee325a09aba8 (patch)
treee6fc40998a7e7e0c7a22b2e0f29149ad47e0e2b0 /fs/gfs2/ops_inode.h
parent7dc2cf1c8ffbd471722f1aa479bc68d4df1c9edc (diff)
downloadlinux-d83225d45d2b76175279abb2a3d7ee325a09aba8.tar.gz
[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.h')
-rw-r--r--fs/gfs2/ops_inode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/ops_inode.h b/fs/gfs2/ops_inode.h
index fd8cee231e1d8..14b4b797622a0 100644
--- a/fs/gfs2/ops_inode.h
+++ b/fs/gfs2/ops_inode.h
@@ -15,7 +15,6 @@
extern const struct inode_operations gfs2_file_iops;
extern const struct inode_operations gfs2_dir_iops;
extern const struct inode_operations gfs2_symlink_iops;
-extern const struct inode_operations gfs2_dev_iops;
extern const struct file_operations gfs2_file_fops;
extern const struct file_operations gfs2_dir_fops;
extern const struct file_operations gfs2_file_fops_nolock;