]> git.ipfire.org Git - thirdparty/linux.git/commit
xfs: reduce xfs_attr_try_sf_addname parameters
authorDarrick J. Wong <djwong@kernel.org>
Fri, 23 Jan 2026 17:27:34 +0000 (09:27 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 23 Jan 2026 17:27:34 +0000 (09:27 -0800)
commit1ef7729df1f0c5f7bb63a121164f54d376d35835
treee1e9328dcd761038422622fc307a3491ee338fd3
parentbd3138e8912c9db182eac5fed1337645a98b7a4f
xfs: reduce xfs_attr_try_sf_addname parameters

The dp parameter to this function is an alias of args->dp, so remove it
for clarity before we go adding new callers.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_attr.c