projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25e70c6
)
jfs: Fix a typo in function jfs_umount
author
Oleg Kanatov
<okanatov@gmail.com>
Fri, 28 Oct 2022 12:16:39 +0000
(15:16 +0300)
committer
Dave Kleikamp
<dave.kleikamp@oracle.com>
Thu, 10 Nov 2022 21:08:00 +0000
(15:08 -0600)
When closing the block allocation map, an incorrect pointer
was NULL'ed. This commit fixes that.
Signed-off-by: Oleg Kanatov <okanatov@gmail.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
fs/jfs/jfs_umount.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/jfs/jfs_umount.c
b/fs/jfs/jfs_umount.c
index 95ebcd17ce757e0fd75795d66a4bd756db66e77b..8ec43f53f68655ed2663986800c22fb7e7173064 100644
(file)
--- a/
fs/jfs/jfs_umount.c
+++ b/
fs/jfs/jfs_umount.c
@@
-87,7
+87,7
@@
int jfs_umount(struct super_block *sb)
dbUnmount(ipbmap, 0);
diFreeSpecial(ipbmap);
- sbi->ip
i
map = NULL;
+ sbi->ip
b
map = NULL;
/*
* Make sure all metadata makes it to disk before we mark