summaryrefslogtreecommitdiff
path: root/props.c
diff options
context:
space:
mode:
authorQu Wenruo <quwenruo@cn.fujitsu.com>2015-05-11 16:08:47 +0800
committerDavid Sterba <dsterba@suse.cz>2015-05-14 15:41:07 +0200
commit0c8b978881f8f5d2b15b7bf2ec5621500ec3858a (patch)
tree4a89621fec0972a11f79ef6d1fa738899e308e80 /props.c
parent92b020ee0487b34282169a55a91261cee3daa1fe (diff)
btrfs-progs: Introduce change_header_uuid function
This function is used to change fsid and chunk_tree_uuid of a node/leaf. The function does it without transaction protection. This is the basis of offline uuid change. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'props.c')
-rw-r--r--props.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/props.c b/props.c
index c7c67529..c9e2bd41 100644
--- a/props.c
+++ b/props.c
@@ -187,7 +187,6 @@ out:
return ret;
}
-
const struct prop_handler prop_handlers[] = {
{"ro", "Set/get read-only flag of subvolume.", 0, prop_object_subvol,
prop_read_only},