Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
btrfs: check if the device is flush capable
The block layer call chain from submit_bio will check if the write cache is enabled for the given queue before submitting the flush. This will add a code to fail fast if its not. Signed-off-by: Anand Jain <[email protected]> Reviewed-by: David Sterba <[email protected]> [ updated changelog to reflect current code stat, blkdev_issue_flush is not used yet ] Signed-off-by: David Sterba <[email protected]>
- Loading branch information