[PATCH] Fix writeback_inodes-vs-umount race
Fix bug identified by Chris Mason. If writeback_inodes is left holding a ref on the superblock's last inode then the superblock list walk can race with umount and the superblock can be released. Take and put a ref against the superblock to fix that.
Showing
Please register or sign in to comment