projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79a106f
)
fs: Fix typo issue
author
zuoqilin
<zuoqilin@yulong.com>
Wed, 17 Mar 2021 07:10:52 +0000
(15:10 +0800)
committer
Dave Kleikamp
<dave.kleikamp@oracle.com>
Fri, 21 May 2021 15:36:00 +0000
(10:36 -0500)
Change 'inacitve' to 'inactive'.
Signed-off-by: zuoqilin <zuoqilin@yulong.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
fs/jfs/jfs_dmap.c
patch
|
blob
|
history
diff --git
a/fs/jfs/jfs_dmap.c
b/fs/jfs/jfs_dmap.c
index 7aee156086198775e253440c85429af372389265..91f4ec93dab1ff3e38d1376fee24af239a996d0b 100644
(file)
--- 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 inac
it
ve ags */
+ /* get the number of active ags and inac
ti
ve ags */
actags = bmp->db_maxag + 1;
inactags = bmp->db_numag - actags;
ag_rem = bmp->db_mapsize & (bmp->db_agsize - 1); /* ??? */