From 3c73b55472c096f06fd037c3c0af011be62a432b Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Fri, 3 May 2013 16:36:08 -0500 Subject: [PATCH] remove leftover debug cruft (thanks, Dwight) Signed-off-by: Serge Hallyn --- src/lxc/bdev.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lxc/bdev.c b/src/lxc/bdev.c index 940891874..35351a9ae 100644 --- a/src/lxc/bdev.c +++ b/src/lxc/bdev.c @@ -964,11 +964,6 @@ static int btrfs_subvolume_create(const char *path) args.name[BTRFS_SUBVOL_NAME_MAX-1] = 0; ret = ioctl(fd, BTRFS_IOC_SUBVOL_CREATE, &args); INFO("btrfs: snapshot create ioctl returned %d", ret); -{ - FILE *f = fopen("/tmp/a", "a"); - fprintf(f, "ioctl returned %d\n", ret); - fclose(f); -} free(newfull); close(fd); -- 2.47.2