btrfs: fix 64bit compat send ioctl arguments not initializing version member
[linux-2.6-block.git] / fs / btrfs / ioctl.c
index f7e94aff41ae5933b6c87bcca18281e8544f589a..2429ae87ad44399d4a04578feeeea0e324a8b291 100644 (file)
@@ -4358,6 +4358,7 @@ static int _btrfs_ioctl_send(struct inode *inode, void __user *argp, bool compat
                arg->clone_sources = compat_ptr(args32.clone_sources);
                arg->parent_root = args32.parent_root;
                arg->flags = args32.flags;
+               arg->version = args32.version;
                memcpy(arg->reserved, args32.reserved,
                       sizeof(args32.reserved));
 #else