mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
fs: Fix typo issue
Change 'inacitve' to 'inactive'. Signed-off-by: zuoqilin <zuoqilin@yulong.com> Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
This commit is contained in:
parent
79a106fc65
commit
577ebd195f
@ -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); /* ??? */
|
||||
|
Loading…
Reference in New Issue
Block a user