| commit | ce5e1062e2539c7f7d311548494ea2705184c784 | [log] [tgz] |
|---|---|---|
| author | Gao Xiang <hsiangkao@redhat.com> | Tue Feb 02 18:24:06 2021 -0800 |
| committer | Darrick J. Wong <djwong@kernel.org> | Wed Feb 03 09:18:50 2021 -0800 |
| tree | beba710abdd75a840783eeb4ac2e0d8c20e42c22 | |
| parent | bc41fa5321f93ecbabec177f888451cfc17ad66d [diff] |
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>