btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUB
Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
@@ -5728,7 +5728,7 @@ long btrfs_ioctl_send(struct file *mnt_file, void __user *arg_)
|
||||
NULL);
|
||||
sort_clone_roots = 1;
|
||||
|
||||
current->journal_info = (void *)BTRFS_SEND_TRANS_STUB;
|
||||
current->journal_info = BTRFS_SEND_TRANS_STUB;
|
||||
ret = send_subvol(sctx);
|
||||
current->journal_info = NULL;
|
||||
if (ret < 0)
|
||||
|
Reference in New Issue
Block a user