]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: fold xfs_setattr_size into xfs_vn_setattr_size
authorChristoph Hellwig <hch@lst.de>
Mon, 30 Mar 2026 13:16:00 +0000 (15:16 +0200)
committerCarlos Maiolino <cem@kernel.org>
Tue, 7 Apr 2026 11:03:52 +0000 (13:03 +0200)
commite92b3fc5b17c75d3ca31983a7d35e8b88786ee4e
treeff6ca0a942844a47ba032c0c551aefff2956da05
parent0f7d2a9e020812a787d7c6dfc98715f9c8f72f53
xfs: fold xfs_setattr_size into xfs_vn_setattr_size

xfs_vn_setattr_size is the only caller of xfs_setattr_size, so merge the
two functions.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_iops.c