]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: rename `new' to `delta' in xfs_growfs_data_private()
authorGao Xiang <hsiangkao@redhat.com>
Wed, 3 Feb 2021 02:24:06 +0000 (18:24 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 3 Feb 2021 17:18:50 +0000 (09:18 -0800)
commit029526c11338d333ee57c3db9e70d91b9c867148
treebeba710abdd75a840783eeb4ac2e0d8c20e42c22
parent8d570a9eac139d52a53027c65c06dae8e5d7ccac
xfs: rename `new' to `delta' in xfs_growfs_data_private()

It actually means the delta block count of growfs. Rename it in order
to make it clear. Also introduce nb_div to avoid reusing `delta`.

Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Gao Xiang <hsiangkao@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_fsops.c