From: Fabian Frederick Date: Tue, 3 Mar 2015 17:57:49 +0000 (+0100) Subject: ceph: remove redundant declaration X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e1eba3ea02dbd2a4b6be1a5708af31dc9b9aaaa6;p=linux-beck.git ceph: remove redundant declaration ceph_aops was already defined extern in addr.c section Signed-off-by: Fabian Frederick Signed-off-by: Yan, Zheng --- 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,