Skip to content

Commit

Permalink
ceph: remove redundant declaration
Browse files Browse the repository at this point in the history
ceph_aops was already defined extern in addr.c section

Signed-off-by: Fabian Frederick <[email protected]>
Signed-off-by: Yan, Zheng <[email protected]>
  • Loading branch information
Fabian Frederick authored and idryomov committed Apr 20, 2015
1 parent e2c3de0 commit e1eba3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ceph/super.h
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,6 @@ extern int ceph_mmap(struct file *file, struct vm_area_struct *vma);

/* file.c */
extern const struct file_operations ceph_file_fops;
extern const struct address_space_operations ceph_aops;

extern int ceph_open(struct inode *inode, struct file *file);
extern int ceph_atomic_open(struct inode *dir, struct dentry *dentry,
Expand Down

0 comments on commit e1eba3e

Please sign in to comment.