diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2020-11-25 21:14:15 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2020-12-01 00:25:21 +0100 |
commit | e3a77eebfa256c2f8871b8771f217b1afda4525e (patch) | |
tree | 5b011d4177b31509fb74643b106f4391368cf253 /fs/gfs2/inode.h | |
parent | 257f160a0e548639251a35ee8d55c94d9607bb12 (diff) | |
download | linux-e3a77eebfa256c2f8871b8771f217b1afda4525e.tar.bz2 |
gfs2: Make inode operations static
The inode operations are not used outside inode.c.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/inode.h')
-rw-r--r-- | fs/gfs2/inode.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/gfs2/inode.h b/fs/gfs2/inode.h index b52ecf4ffe63..8073b8d2c7fa 100644 --- a/fs/gfs2/inode.h +++ b/fs/gfs2/inode.h @@ -107,9 +107,6 @@ extern int gfs2_open_common(struct inode *inode, struct file *file); extern loff_t gfs2_seek_data(struct file *file, loff_t offset); extern loff_t gfs2_seek_hole(struct file *file, loff_t offset); -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 file_operations gfs2_file_fops_nolock; extern const struct file_operations gfs2_dir_fops_nolock; |