Browse Source

ceph: remove redundant declaration

ceph_aops was already defined extern in addr.c section

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Fabian Frederick 10 years ago
parent
commit
e1eba3ea02
1 changed files with 0 additions and 1 deletions
  1. 0 1
      fs/ceph/super.h

+ 0 - 1
fs/ceph/super.h

@@ -882,7 +882,6 @@ extern int ceph_mmap(struct file *file, struct vm_area_struct *vma);
 
 
 /* file.c */
 /* file.c */
 extern const struct file_operations ceph_file_fops;
 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_open(struct inode *inode, struct file *file);
 extern int ceph_atomic_open(struct inode *dir, struct dentry *dentry,
 extern int ceph_atomic_open(struct inode *dir, struct dentry *dentry,