On 3/7/23 17:55, Christian Brauner wrote:
On Tue, Mar 07, 2023 at 12:45:07PM +0100, Rodrigo Campos wrote:
Signed-off-by: Rodrigo Campos <rodrigo@xxxxxxxxxxx>
---
I think I explicitly used spaces but I don't know why anymore tbh. So
I'll live that to Zorro whether he wants to take this patch or not. I
have no strong opinion. :)
Right, it seems my patch also changed spacing after sprintf, for the
printed text.
I'll remove that and just keep this in the diff:
diff --git src/vfs/vfstest.c src/vfs/vfstest.c
index 3d75b1e3..dea344cc 100644
--- src/vfs/vfstest.c
+++ src/vfs/vfstest.c
@@ -107,7 +107,7 @@ static int hardlink_crossing_mounts(const struct vfstest_info *info)
int fret = -1;
int file1_fd = -EBADF, open_tree_fd = -EBADF;
- if (chown_r(info->t_mnt_fd, T_DIR1, 10000, 10000)) {
+ if (chown_r(info->t_mnt_fd, T_DIR1, 10000, 10000)) {
log_stderr("failure: chown_r");
goto out;
}