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)
commit132c460e49649685bf4b02ba43dea59062f797d9
treec70e73e2338f8228aed8db657499132529dc5cd3
parent09654ed8a18cfd45027a67d6cbca45c9ea54feab
xfs: Fix comments mentioning xfs_ialloc

Since kernel commit 1abcf261016e ("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