Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dm raid: remove bogus const from decipher_sync_action() return type
With gcc-4.1.2: drivers/md/dm-raid.c:3357: warning: type qualifiers ignored on function return type Remove the "const" keyword to fix this. Fixes: 36a240a ("dm raid: fix RAID leg rebuild errors") Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Heinz Mauelshagen <[email protected]> Signed-off-by: Mike Snitzer <[email protected]>
- Loading branch information