[PATCH v6] ext4: fix direct I/O read error for kernel stable rc 4.9

2020-08-06 Thread Jiang Ying
This patch is used to fix ext4 direct I/O read error when the read size is not aligned with block size. Then, I will use a test to explain the error. (1) Make a file that is not aligned with block size: $dd if=/dev/zero of=./test.jar bs=1000 count=3 (2) I wrote a source file named "direc

Re: [PATCH v6] ext4: fix direct I/O read error for kernel stable rc 4.9

2020-08-06 Thread Greg KH
On Thu, Aug 06, 2020 at 08:04:07PM +0800, 姜迎 wrote: > > > > Hi all, > This patch is used to fix checkpatch error on kernel stable rc 4.9. > I have built pass and tested pass, thanks! Now queued up, thanks! greg k-h