]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ceph: remove redundant declaration
authorFabian Frederick <fabf@skynet.be>
Tue, 3 Mar 2015 17:57:49 +0000 (18:57 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 20 Apr 2015 14:30:22 +0000 (17:30 +0300)
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>
fs/ceph/super.h

index f8ea7ebe9d1fea564b786b8c9afc82c838ba93e1..fa20e131893956a5360b2f6c37cd1aa7fce7542e 100644 (file)
@@ -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,