mirror of
https://github.com/ceph/ceph
synced 2025-02-20 01:17:47 +00:00
kclient: cosmetic
This commit is contained in:
parent
40cb55afe5
commit
3e31202885
@ -599,7 +599,7 @@ static int ceph_rename(struct inode *old_dir, struct dentry *old_dentry,
|
||||
ceph_snap(new_dir) != CEPH_NOSNAP)
|
||||
return -EROFS;
|
||||
|
||||
dout(5, "dir_rename in dir %p dentry %p to dir %p dentry %p\n",
|
||||
dout(5, "rename dir %p dentry %p to dir %p dentry %p\n",
|
||||
old_dir, old_dentry, new_dir, new_dentry);
|
||||
req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_RENAME,
|
||||
new_dentry, old_dentry, NULL, NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user