Merge tag 'rpmsg-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc...
[linux-2.6-microblaze.git] / fs / jfs / jfs_dmap.c
index a14a0f1..88afd10 100644 (file)
@@ -269,6 +269,7 @@ int dbUnmount(struct inode *ipbmap, int mounterror)
 
        /* free the memory for the in-memory bmap. */
        kfree(bmp);
+       JFS_SBI(ipbmap->i_sb)->bmap = NULL;
 
        return (0);
 }