diff options
author | Martin Brandenburg <martin@omnibond.com> | 2018-04-03 18:27:13 +0200 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2018-04-04 03:55:27 +0200 |
commit | bdd6f083586ff17eb3959cca88212fdb60ca53d1 (patch) | |
tree | 9c9722d051c9134b5d7be813b985c675c06aca19 /fs/orangefs/orangefs-kernel.h | |
parent | orangefs: implement vm_ops->fault (diff) | |
download | linux-bdd6f083586ff17eb3959cca88212fdb60ca53d1.tar.xz linux-bdd6f083586ff17eb3959cca88212fdb60ca53d1.zip |
orangefs: make several *_operations structs static
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/orangefs-kernel.h')
-rw-r--r-- | fs/orangefs/orangefs-kernel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/orangefs/orangefs-kernel.h b/fs/orangefs/orangefs-kernel.h index eebbaece85ef..f49d53de8901 100644 --- a/fs/orangefs/orangefs-kernel.h +++ b/fs/orangefs/orangefs-kernel.h @@ -487,14 +487,11 @@ extern struct list_head *orangefs_htable_ops_in_progress; extern spinlock_t orangefs_htable_ops_in_progress_lock; extern int hash_table_size; -extern const struct address_space_operations orangefs_address_operations; -extern const struct inode_operations orangefs_file_inode_operations; extern const struct file_operations orangefs_file_operations; extern const struct inode_operations orangefs_symlink_inode_operations; extern const struct inode_operations orangefs_dir_inode_operations; extern const struct file_operations orangefs_dir_operations; extern const struct dentry_operations orangefs_dentry_operations; -extern const struct file_operations orangefs_devreq_file_operations; extern wait_queue_head_t orangefs_bufmap_init_waitq; |