On Thu, Dec 17, 2020 at 01:26:48PM +0800, Adrian Huang wrote: > From: Adrian Huang <[email protected]> > > It is unnecessary to use the local variable 'error' in the mmap > syscall implementation function, so use the return statement > instead of it.
I'm normally not a fan of standalone cleanup patches, but this one actually improves the function a lot, so: Reviewed-by: Christoph Hellwig <[email protected]>

