diff options
author | Fabian Frederick <fabf@skynet.be> | 2015-03-03 18:57:49 +0100 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2015-04-20 17:30:22 +0300 |
commit | e1eba3ea02dbd2a4b6be1a5708af31dc9b9aaaa6 (patch) | |
tree | 30e542987d282718cb1b3b2d958601841c90b2f7 /fs/ceph | |
parent | e2c3de046c5a1f3525772b4cacc7731cb626ab61 (diff) | |
download | linux-e1eba3ea02dbd2a4b6be1a5708af31dc9b9aaaa6.tar.bz2 |
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.h | 1 |
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, |