-
- Downloads
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>
Showing
- fs/9p/fid.c 16 additions, 8 deletionsfs/9p/fid.c
- fs/9p/fid.h 2 additions, 2 deletionsfs/9p/fid.h
- fs/9p/vfs_file.c 3 additions, 2 deletionsfs/9p/vfs_file.c
- fs/9p/vfs_inode.c 24 additions, 37 deletionsfs/9p/vfs_inode.c
- fs/9p/vfs_inode_dotl.c 18 additions, 40 deletionsfs/9p/vfs_inode_dotl.c
- fs/9p/vfs_super.c 1 addition, 1 deletionfs/9p/vfs_super.c
Loading
Please register or sign in to comment