vfs: reorder checks in vfs_copy_file_range() Other read/write ops do the rw_verify_area() after having checked the file descriptor for being the right type. Do the same here. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>