From 74b6fa3518953c037fbf0304a11fceb19b6f305e Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Mon, 7 Apr 2014 17:18:03 +0200 Subject: [PATCH] - fixed signature --- snapper/BtrfsUtils.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/snapper/BtrfsUtils.cc b/snapper/BtrfsUtils.cc index fb44cb6d..f8f9d94d 100644 --- a/snapper/BtrfsUtils.cc +++ b/snapper/BtrfsUtils.cc @@ -77,7 +77,6 @@ struct btrfs_ioctl_vol_args_v2 namespace snapper { - // See btrfsprogs source code for references. @@ -89,7 +88,7 @@ namespace snapper bool - is_subvolume_read_only(int fd, bool& read_only) + is_subvolume_read_only(int fd) { __u64 flags; if (ioctl(fd, BTRFS_IOC_SUBVOL_GETFLAGS, &flags) != 0) -- 2.47.3