summaryrefslogtreecommitdiff
path: root/fs/ceph
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2015-03-03 17:57:49 (GMT)
committerIlya Dryomov <idryomov@gmail.com>2015-04-20 14:30:22 (GMT)
commite1eba3ea02dbd2a4b6be1a5708af31dc9b9aaaa6 (patch)
tree30e542987d282718cb1b3b2d958601841c90b2f7 /fs/ceph
parente2c3de046c5a1f3525772b4cacc7731cb626ab61 (diff)
downloadlinux-e1eba3ea02dbd2a4b6be1a5708af31dc9b9aaaa6.tar.xz
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>
Diffstat (limited to 'fs/ceph')
-rw-r--r--fs/ceph/super.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h
index f8ea7eb..fa20e13 100644
--- a/fs/ceph/super.h
+++ b/fs/ceph/super.h
@@ -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,