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:
9b0cd30
)
ceph: remove duplicate declaration of ceph_setattr
author
Peter Rosin
<peda@lysator.liu.se>
Thu, 30 Jan 2014 10:33:19 +0000
(11:33 +0100)
committer
Sage Weil
<sage@inktank.com>
Thu, 30 Jan 2014 16:38:00 +0000
(08:38 -0800)
Signed-off-by: Peter Rosin <peda@lysator.liu.se>
Signed-off-by: Sage Weil <sage@inktank.com>
fs/ceph/super.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/ceph/super.h
b/fs/ceph/super.h
index aa260590f6154cce25517c24789e62f58ed1b7a3..19793b56d0a7d3a90330c36a218312728b42e45e 100644
(file)
--- a/
fs/ceph/super.h
+++ b/
fs/ceph/super.h
@@
-718,7
+718,6
@@
extern void ceph_queue_writeback(struct inode *inode);
extern int ceph_do_getattr(struct inode *inode, int mask);
extern int ceph_permission(struct inode *inode, int mask);
extern int ceph_setattr(struct dentry *dentry, struct iattr *attr);
-extern int ceph_setattr(struct dentry *dentry, struct iattr *attr);
extern int ceph_getattr(struct vfsmount *mnt, struct dentry *dentry,
struct kstat *stat);