Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Because inodes remain in cache much longer than inode buffers do under memory pressure, we can get the situation where we have stale, dirty inodes being reclaimed but the backing storage has been freed. Hence we should never, ever flush XFS_ISTALE inodes to disk as there is no guarantee that the backing buffer is in cache and still marked stale when the flush occurs. Signed-off-by: Dave Chinner <[email protected]> Signed-off-by: Alex Elder <[email protected]>
- Loading branch information