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 <nichen@iscas.ac.cn> Reviewed-by: Xiubo Li <xiubli@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
1 parent 65d284a commit 77bb4a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)