Re: [PATCH] btrfs-progs: fix missing init dev list head for dev_list

2015-10-23 Thread David Sterba
On Thu, Oct 22, 2015 at 11:58:05AM +0800, Anand Jain wrote: S-O-B line added and applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] btrfs-progs: fix missing init dev list head for dev_list

2015-10-21 Thread Anand Jain
--- utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/utils.c b/utils.c index f1e3248..b754686 100644 --- a/utils.c +++ b/utils.c @@ -763,6 +763,7 @@ int btrfs_add_to_fsid(struct btrfs_trans_handle *trans, if (!device->name) goto err_nomem; + INIT_LIST_HEA