On Thu, Sep 26, 2019 at 02:39:53PM +0300, Nikolay Borisov wrote: > Instead of using an input pointer parameter as the return value and have > an int as the return type of find_desired_extent, rework the function > to directly return the found offset. Doing that the 'ret' variable in > btrfs_llseek_file can be removed. Additional (subjective) benefit is > that btrfs' llseek function now resemebles those of the other major > filesystems. > > Signed-off-by: Nikolay Borisov <nbori...@suse.com>
Reviewed-by: Josef Bacik <jo...@toxicpanda.com> Thanks, Josef