Re: [PATCH v4 09/11] fs/9p: fix error reporting in v9fs_dir_release
From: asmadeus
Date: Sat Feb 18 2023 - 03:50:18 EST
Eric Van Hensbergen wrote on Sat, Feb 18, 2023 at 12:33:21AM +0000:
> Checking the p9_fid_put value allows us to pass back errors
> involved if we end up clunking the fid as part of dir_release.
>
> This can help with more graceful response to errors in writeback
> among other things.
That is good!
Note if there are other refs we won't see any error :/ But I think we
should check p9_fid_put return value way more often, even if all we do
with it is print a warning at some debug level for context.
Reviewed-by: Dominique Martinet <asmadeus@xxxxxxxxxxxxx>
--
Dominique