diff options
author | zuoqilin <zuoqilin@yulong.com> | 2021-03-17 15:10:52 +0800 |
---|---|---|
committer | Dave Kleikamp <dave.kleikamp@oracle.com> | 2021-05-21 10:36:00 -0500 |
commit | 577ebd195f95648ca7da29263d5237cdc84a7667 (patch) | |
tree | ef45a1adb7c42c389fac08deb0728c553c2b0bb8 /fs/jfs/jfs_dmap.c | |
parent | 79a106fc6585979022012e65a1e45e3d2d28b77b (diff) |
fs: Fix typo issue
Change 'inacitve' to 'inactive'.
Signed-off-by: zuoqilin <zuoqilin@yulong.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Diffstat (limited to 'fs/jfs/jfs_dmap.c')
-rw-r--r-- | fs/jfs/jfs_dmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jfs/jfs_dmap.c b/fs/jfs/jfs_dmap.c index 7aee15608619..91f4ec93dab1 100644 --- a/fs/jfs/jfs_dmap.c +++ b/fs/jfs/jfs_dmap.c @@ -3660,7 +3660,7 @@ void dbFinalizeBmap(struct inode *ipbmap) * (the leftmost ag with average free space in it); */ //agpref: - /* get the number of active ags and inacitve ags */ + /* get the number of active ags and inactive ags */ actags = bmp->db_maxag + 1; inactags = bmp->db_numag - actags; ag_rem = bmp->db_mapsize & (bmp->db_agsize - 1); /* ??? */ |