Merge pull request #1230 from kmajzero/crash_fix_1224
Fix for #1224 - kernel crash in the IO path
This commit is contained in:
commit
86bfdf3cd8
@ -26,7 +26,7 @@ apply() {
|
||||
add_function "
|
||||
static inline struct bio *cas_bio_split(struct bio *bio, int sectors)
|
||||
{
|
||||
return bio_split(bio, sectors, GFP_NOIO, NULL);
|
||||
return bio_split(bio, sectors, GFP_NOIO, &fs_bio_set);
|
||||
}" ;;
|
||||
"2")
|
||||
add_function "
|
||||
|
Loading…
Reference in New Issue
Block a user