projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2c3de0
)
ceph: remove redundant declaration
author
Fabian Frederick
<fabf@skynet.be>
Tue, 3 Mar 2015 17:57:49 +0000
(18:57 +0100)
committer
Ilya 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
patch
|
blob
|
blame
|
history
diff --git
a/fs/ceph/super.h
b/fs/ceph/super.h
index f8ea7ebe9d1fea564b786b8c9afc82c838ba93e1..fa20e131893956a5360b2f6c37cd1aa7fce7542e 100644
(file)
--- 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,