Skip to content

Commit 77bb4a5

Browse files
Chen Niidryomov
authored andcommitted
ceph: convert comma to semicolon in __ceph_dentry_dir_lease_touch()
Replace a comma between expression statements by a semicolon. Signed-off-by: Chen Ni <[email protected]> Reviewed-by: Xiubo Li <[email protected]> Signed-off-by: Ilya Dryomov <[email protected]>
1 parent 65d284a commit 77bb4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ceph/dir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@ void __ceph_dentry_dir_lease_touch(struct ceph_dentry_info *di)
15891589
}
15901590

15911591
spin_lock(&mdsc->dentry_list_lock);
1592-
__dentry_dir_lease_touch(mdsc, di),
1592+
__dentry_dir_lease_touch(mdsc, di);
15931593
spin_unlock(&mdsc->dentry_list_lock);
15941594
}
15951595

0 commit comments

Comments
 (0)