From: Oleg Kanatov Date: Fri, 28 Oct 2022 12:16:39 +0000 (+0300) Subject: jfs: Fix a typo in function jfs_umount X-Git-Tag: v6.2-rc1~145^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0e482c45c50117bfb568825a41f0693e5f33c0f;p=thirdparty%2Fkernel%2Flinux.git jfs: Fix a typo in function jfs_umount When closing the block allocation map, an incorrect pointer was NULL'ed. This commit fixes that. Signed-off-by: Oleg Kanatov Signed-off-by: Dave Kleikamp --- diff --git a/fs/jfs/jfs_umount.c b/fs/jfs/jfs_umount.c index 95ebcd17ce757..8ec43f53f6865 100644 --- 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->ipimap = NULL; + sbi->ipbmap = NULL; /* * Make sure all metadata makes it to disk before we mark