> + else if (pos_in > isize) > + return -EINVAL;
No need for the else here. Otherwise looks fine: Reviewed-by: Christoph Hellwig <[email protected]>
> + else if (pos_in > isize) > + return -EINVAL;
No need for the else here. Otherwise looks fine: Reviewed-by: Christoph Hellwig <[email protected]>