Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <okanatov@gmail.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>

authored by

Oleg Kanatov and committed by
Dave Kleikamp
d0e482c4 25e70c61

+1 -1
+1 -1
fs/jfs/jfs_umount.c
··· 87 87 dbUnmount(ipbmap, 0); 88 88 89 89 diFreeSpecial(ipbmap); 90 - sbi->ipimap = NULL; 90 + sbi->ipbmap = NULL; 91 91 92 92 /* 93 93 * Make sure all metadata makes it to disk before we mark