diff options
Diffstat (limited to 'fs/ceph/dir.c')
-rw-r--r-- | fs/ceph/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/dir.c b/fs/ceph/dir.c index 74b2f3c54fe7..00894ff9246c 100644 --- a/fs/ceph/dir.c +++ b/fs/ceph/dir.c | |||
@@ -730,7 +730,7 @@ static int ceph_mknod(struct inode *dir, struct dentry *dentry, | |||
730 | } | 730 | } |
731 | 731 | ||
732 | static int ceph_create(struct inode *dir, struct dentry *dentry, umode_t mode, | 732 | static int ceph_create(struct inode *dir, struct dentry *dentry, umode_t mode, |
733 | struct nameidata *nd) | 733 | bool excl) |
734 | { | 734 | { |
735 | return ceph_mknod(dir, dentry, mode, 0); | 735 | return ceph_mknod(dir, dentry, mode, 0); |
736 | } | 736 | } |