On Thu, 7 Nov 2013 18:01:41 +0800, Anand Jain wrote:
> + *out_fslist = malloc(sz);
> + if (*out_fslist == NULL) {
> + ret = -ENOMEM;
> + goto out;
> + }
> + memcpy(*out_fslist, fslist, sz);
> + ret = 0;
> +out:
> + free(fsargs_saved);
> + close(fd);
> + return 0;
> +}
return ret;
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
