btrfs: change the return value of btrfs-set-seeding

Change the return value from "r" to "0".

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
This commit is contained in:
Wanlong Gao
2012-05-15 22:29:20 +08:00
committed by Richard W.M. Jones
parent e9f6ce2492
commit a84d02e8d8

View File

@@ -617,5 +617,5 @@ do_btrfs_set_seeding (const char *device, int svalue)
}
free (err);
return r;
return 0;
}