From: Arvin Schnell Date: Mon, 4 Apr 2016 12:37:30 +0000 (+0200) Subject: - extended description X-Git-Tag: v0.3.3~13^2^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cb0d3323908e16c4bea82cb9caa02d1cd1758d3;p=thirdparty%2Fsnapper.git - extended description --- diff --git a/snapper/BtrfsUtils.cc b/snapper/BtrfsUtils.cc index ad837b38..0c002054 100644 --- a/snapper/BtrfsUtils.cc +++ b/snapper/BtrfsUtils.cc @@ -462,7 +462,8 @@ namespace snapper * Wrapper for ioctl(BTRFS_IOC_TREE_SEARCH). Calls callback of * tree_search_opts for every found item. In contrast to the bare * ioctl the wrapper ensures that the min and max values in - * tree_search_opts are satisfied. + * tree_search_opts are satisfied. Returns the number of times the + * callback was called. */ size_t qgroups_tree_search(int fd, const TreeSearchOpts& tree_search_opts)