]> git.baikalelectronics.ru Git - kernel.git/commit
9p fid refcount: cleanup p9_fid_put calls
authorDominique Martinet <asmadeus@codewreck.org>
Sun, 12 Jun 2022 07:05:39 +0000 (16:05 +0900)
committerDominique Martinet <dominique.martinet@atmark-techno.com>
Sat, 2 Jul 2022 09:52:21 +0000 (18:52 +0900)
commit82b6eba97daf20d3c9965601302733b121f9e794
tree8a4774deab90c8ae0255de0eed33f57c86433354
parente09b6f2351a477dd9191a764ee232bb4e6664ad7
9p fid refcount: cleanup p9_fid_put calls

Simplify p9_fid_put cleanup path in many 9p functions since the function
is noop on null or error fids.

Also make the *_add_fid() helpers "steal" the fid by nulling its
pointer, so put after them will be noop.

This should lead to no change of behaviour

Link: https://lkml.kernel.org/r/20220612085330.1451496-7-asmadeus@codewreck.org
Reviewed-by: Tyler Hicks <tyhicks@linux.microsoft.com>
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
fs/9p/fid.c
fs/9p/fid.h
fs/9p/vfs_file.c
fs/9p/vfs_inode.c
fs/9p/vfs_inode_dotl.c
fs/9p/vfs_super.c