Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
writeback: initialize inode members that track writeback history
inode struct members that track cgroup writeback information should be reinitialized when inode gets allocated from kmem_cache. Otherwise, their values remain and get used by the new inode. Signed-off-by: Tahsin Erdogan <[email protected]> Acked-by: Tejun Heo <[email protected]> Fixes: d10c809 ("writeback: implement foreign cgroup inode bdi_writeback switching") Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information