aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2015-03-03 18:57:49 +0100
committerIlya Dryomov <idryomov@gmail.com>2015-04-20 17:30:22 +0300
commite1eba3ea02dbd2a4b6be1a5708af31dc9b9aaaa6 (patch)
tree30e542987d282718cb1b3b2d958601841c90b2f7 /fs
parentceph: fix dcache/nocache mount option (diff)
downloadlinux-dev-e1eba3ea02dbd2a4b6be1a5708af31dc9b9aaaa6.tar.xz
linux-dev-e1eba3ea02dbd2a4b6be1a5708af31dc9b9aaaa6.zip
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')
-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 f8ea7ebe9d1f..fa20e1318939 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,