From 0c8b978881f8f5d2b15b7bf2ec5621500ec3858a Mon Sep 17 00:00:00 2001 From: Qu Wenruo Date: Mon, 11 May 2015 16:08:47 +0800 Subject: 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 Signed-off-by: David Sterba --- props.c | 1 - 1 file changed, 1 deletion(-) (limited to 'props.c') 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}, -- cgit v1.2.3