This repository was archived by the owner on Feb 8, 2024. It is now read-only.
Add dev symlink in udev rules after cache config#54
Open
ksperis wants to merge 5 commits intostec-inc:masterfrom
Open
Add dev symlink in udev rules after cache config#54ksperis wants to merge 5 commits intostec-inc:masterfrom
ksperis wants to merge 5 commits intostec-inc:masterfrom
Conversation
This could prevent mounting filesystem before the cache, especially in WB mode. The device can be used in fstab being sure that cache is ready. Signed-off-by: Laurent Barbe <laurent@ksperis.com>
The typedef for struct ctl_table was removed from the kernel in commit e5eea0981a3840f3f39f43d2d00461c4c24018e7. This change to eio_procfs.c works with kernel versions before and after the change.
The old wait_on_bit_lock was replaced by wait_on_bit_lock_action. We use that on kernels >= 3.17.
The function smp_mb__after_clear_bit is finally gone after being deprecated for some time. It is replaced by smp_mb__after_atomic, which was available since Linux 3.15.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This could prevent mounting filesystem before the cache, especially in WB mode.
The device can be used in fstab being sure that cache is ready.
Signed-off-by: Laurent Barbe laurent@ksperis.com