f2fs: avoid copy date to user-space if move file range fail
If move file range return error, the data copied to user-space is duplicate. Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
		
							parent
							
								
									087d3d8bae
								
							
						
					
					
						commit
						3cecfa5f67
					
				| @ -2208,6 +2208,8 @@ static int f2fs_ioc_move_range(struct file *filp, unsigned long arg) | ||||
| 					range.pos_out, range.len); | ||||
| 
 | ||||
| 	mnt_drop_write_file(filp); | ||||
| 	if (err) | ||||
| 		goto err_out; | ||||
| 
 | ||||
| 	if (copy_to_user((struct f2fs_move_range __user *)arg, | ||||
| 						&range, sizeof(range))) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user