On Thu, Jun 01, 2017 at 04:04:47PM +0800, Anand Jain wrote: > > > > > diff --git a/fs/btrfs/send.c b/fs/btrfs/send.c > > index e8185c83f667..924b1d941b53 100644 > > --- a/fs/btrfs/send.c > > +++ b/fs/btrfs/send.c > > @@ -6389,13 +6389,10 @@ long btrfs_ioctl_send(struct file *mnt_file, void __user *arg_) > > > > alloc_size = sizeof(struct clone_root) * (arg->clone_sources_count + 1); > > > > - sctx->clone_roots = kzalloc(alloc_size, GFP_KERNEL | __GFP_NOWARN); > > + sctx->clone_roots = kzalloc(alloc_size, GFP_KERNEL); > > > Should be kvzalloc ? Of course, I'll fix it. Thanks. -- 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
