Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "ext4: Avoid writeback path when fs is shut down"
This reverts commit f50891a. The patch didn't work to supress the sporadic "ext4_writepages: jbd2_start: XXX pages, ino YYY; err -5" warnings we sometimes get when mxqd tries to unmount the temporary job filesystems using - fcntl EXT4_IOC_SHUTDOWN with EXT4_GOING_FLAGS_NOLOGFLUSH - dmestup reload $dmname --table "0 $sectors zero" - dmsetup resume $dmname --noflush - umount $mountpoint - dmsetup remove --deferred $dmname - rmdir $mountpoint to avoid writeback.
- Loading branch information