]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: Fix comments mentioning xfs_ialloc
authorYang Xu <xuyang2018.jy@fujitsu.com>
Tue, 21 Dec 2021 17:38:19 +0000 (09:38 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 21 Dec 2021 17:49:41 +0000 (09:49 -0800)
commit8c1538adc6ae07ff856d7fcd953867e75bc9c29b
treec70e73e2338f8228aed8db657499132529dc5cd3
parent9534ffc916b18c0c4e7858a1f5053c0fcc2b64a9
xfs: Fix comments mentioning xfs_ialloc

Since kernel commit 7555f56a74a3 ("xfs: move on-disk inode allocation out of xfs_ialloc()"),
xfs_ialloc has been renamed to xfs_init_new_inode. So update this in comments.

Signed-off-by: Yang Xu <xuyang2018.jy@fujitsu.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_icache.c
fs/xfs/xfs_iops.c