]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libxfs: rearrange libxfs_trans_ichgtime call when creating inodes
authorDarrick J. Wong <djwong@kernel.org>
Wed, 2 Oct 2024 01:10:58 +0000 (18:10 -0700)
committerAndrey Albershteyn <aalbersh@redhat.com>
Fri, 4 Oct 2024 10:42:07 +0000 (12:42 +0200)
commit3af8c427dc20bcce07c6c0e7da183e93c2ace657
tree0c5c340079132f9f83c5662b0302f3a2abfc39dc
parentf3c648be19efc50fbcbbaea2368d8dd55aebb193
libxfs: rearrange libxfs_trans_ichgtime call when creating inodes

Rearrange the libxfs_trans_ichgtime call in libxfs_ialloc so that we
call it once with the flags we want.

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