From: Arvin Schnell Date: Mon, 7 Apr 2014 15:18:03 +0000 (+0200) Subject: - fixed signature X-Git-Tag: v0.2.2~4^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F67%2Fhead;p=thirdparty%2Fsnapper.git - fixed signature --- 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)