Skip to content

Commit

Permalink
ceph: remove duplicate declaration of ceph_setattr
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Rosin <peda@lysator.liu.se>
Signed-off-by: Sage Weil <sage@inktank.com>
  • Loading branch information
Peter Rosin authored and Sage Weil committed Jan 30, 2014
1 parent 9b0cd30 commit 32d35d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ceph/super.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 32d35d4

Please sign in to comment.