@@ -1376,7 +1376,7 @@ const struct file_operations cifs_file_ops = {
1376
1376
.fsync = cifs_fsync ,
1377
1377
.flush = cifs_flush ,
1378
1378
.mmap = cifs_file_mmap ,
1379
- .splice_read = cifs_splice_read ,
1379
+ .splice_read = filemap_splice_read ,
1380
1380
.splice_write = iter_file_splice_write ,
1381
1381
.llseek = cifs_llseek ,
1382
1382
.unlocked_ioctl = cifs_ioctl ,
@@ -1396,7 +1396,7 @@ const struct file_operations cifs_file_strict_ops = {
1396
1396
.fsync = cifs_strict_fsync ,
1397
1397
.flush = cifs_flush ,
1398
1398
.mmap = cifs_file_strict_mmap ,
1399
- .splice_read = cifs_splice_read ,
1399
+ .splice_read = filemap_splice_read ,
1400
1400
.splice_write = iter_file_splice_write ,
1401
1401
.llseek = cifs_llseek ,
1402
1402
.unlocked_ioctl = cifs_ioctl ,
@@ -1434,7 +1434,7 @@ const struct file_operations cifs_file_nobrl_ops = {
1434
1434
.fsync = cifs_fsync ,
1435
1435
.flush = cifs_flush ,
1436
1436
.mmap = cifs_file_mmap ,
1437
- .splice_read = cifs_splice_read ,
1437
+ .splice_read = filemap_splice_read ,
1438
1438
.splice_write = iter_file_splice_write ,
1439
1439
.llseek = cifs_llseek ,
1440
1440
.unlocked_ioctl = cifs_ioctl ,
@@ -1452,7 +1452,7 @@ const struct file_operations cifs_file_strict_nobrl_ops = {
1452
1452
.fsync = cifs_strict_fsync ,
1453
1453
.flush = cifs_flush ,
1454
1454
.mmap = cifs_file_strict_mmap ,
1455
- .splice_read = cifs_splice_read ,
1455
+ .splice_read = filemap_splice_read ,
1456
1456
.splice_write = iter_file_splice_write ,
1457
1457
.llseek = cifs_llseek ,
1458
1458
.unlocked_ioctl = cifs_ioctl ,
0 commit comments