Home
last modified time | relevance | path

Searched hist:e36cffed (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Dnamei.ce36cffed Thu Dec 17 10:19:08 CST 2020 Jens Axboe <axboe@kernel.dk> fs: make unlazy_walk() error handling consistent

Most callers check for non-zero return, and assume it's -ECHILD (which
it always will be). One caller uses the actual error return. Clean this
up and make it fully consistent, by having unlazy_walk() return a bool
instead. Rename it to try_to_unlazy() and return true on success, and
failure on error. That's easier to read.

No functional changes in this patch.

Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>