diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2023-11-12 16:13:17 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2023-11-12 16:13:17 +0100 |
commit | 56a4ac653e547a57eda059f43ae176609e57f1f1 (patch) | |
tree | 5231c63859b29815749ab4f2f829c21221955376 /SOURCES | |
parent | 894340b59ac7ba1d7275c340b72b81a99ed3a707 (diff) | |
download | kernel-fsync-56a4ac653e547a57eda059f43ae176609e57f1f1.tar.gz kernel-fsync-56a4ac653e547a57eda059f43ae176609e57f1f1.zip |
kernel 6.5.10
Diffstat (limited to 'SOURCES')
-rw-r--r-- | SOURCES/patch-6.5-redhat.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SOURCES/patch-6.5-redhat.patch b/SOURCES/patch-6.5-redhat.patch index 0ee8d37..31179a6 100644 --- a/SOURCES/patch-6.5-redhat.patch +++ b/SOURCES/patch-6.5-redhat.patch @@ -42,7 +42,7 @@ 41 files changed, 554 insertions(+), 189 deletions(-) diff --git a/Makefile b/Makefile -index fc83c079c471..f2041b171589 100644 +index ab9f291c1d3f..575487f17f9b 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,18 @@ $(if $(filter __%, $(MAKECMDGOALS)), \ @@ -1213,7 +1213,7 @@ index 3791aec69ddc..0d2e72a966c9 100644 EXPORT_SYMBOL_GPL(power_supply_unreg_notifier); diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c -index d6535cbb4e05..bcaad1fc5d8d 100644 +index c4babb16dac7..9c9342e0c055 100644 --- a/drivers/scsi/sd.c +++ b/drivers/scsi/sd.c @@ -130,6 +130,14 @@ static const char *sd_cache_types[] = { @@ -1231,7 +1231,7 @@ index d6535cbb4e05..bcaad1fc5d8d 100644 static void sd_set_flush_flag(struct scsi_disk *sdkp) { bool wc = false, fua = false; -@@ -4024,6 +4032,8 @@ static int __init init_sd(void) +@@ -4057,6 +4065,8 @@ static int __init init_sd(void) goto err_out_class; } |