RE: [Patch v2 13/15] CIFS: Add support for direct I/O read

2018-06-25 Thread Long Li
> Subject: Re: [Patch v2 13/15] CIFS: Add support for direct I/O read > > > > On 5/30/2018 3:48 PM, Long Li wrote: > > From: Long Li > > > > Implement the function for direct I/O read. It doesn't support AIO, > > which will be implemented in a follow u

RE: [Patch v2 13/15] CIFS: Add support for direct I/O read

2018-06-25 Thread Long Li
> Subject: Re: [Patch v2 13/15] CIFS: Add support for direct I/O read > > > > On 5/30/2018 3:48 PM, Long Li wrote: > > From: Long Li > > > > Implement the function for direct I/O read. It doesn't support AIO, > > which will be implemented in a follow u

Re: [Patch v2 13/15] CIFS: Add support for direct I/O read

2018-06-23 Thread Tom Talpey
On 5/30/2018 3:48 PM, Long Li wrote: From: Long Li Implement the function for direct I/O read. It doesn't support AIO, which will be implemented in a follow up patch. Signed-off-by: Long Li --- fs/cifs/cifsfs.h | 1 + fs/cifs/file.c | 149

Re: [Patch v2 13/15] CIFS: Add support for direct I/O read

2018-06-23 Thread Tom Talpey
On 5/30/2018 3:48 PM, Long Li wrote: From: Long Li Implement the function for direct I/O read. It doesn't support AIO, which will be implemented in a follow up patch. Signed-off-by: Long Li --- fs/cifs/cifsfs.h | 1 + fs/cifs/file.c | 149

Re: [Patch v2 13/15] CIFS: Add support for direct I/O read

2018-06-02 Thread kbuild test robot
Hi Long, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on v4.17-rc6] [cannot apply to cifs/for-next next-20180601] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [Patch v2 13/15] CIFS: Add support for direct I/O read

2018-06-02 Thread kbuild test robot
Hi Long, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on v4.17-rc6] [cannot apply to cifs/for-next next-20180601] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [Patch v2 13/15] CIFS: Add support for direct I/O read

2018-06-01 Thread kbuild test robot
Hi Long, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on v4.17-rc6] [cannot apply to cifs/for-next next-20180601] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [Patch v2 13/15] CIFS: Add support for direct I/O read

2018-06-01 Thread kbuild test robot
Hi Long, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on v4.17-rc6] [cannot apply to cifs/for-next next-20180601] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[Patch v2 13/15] CIFS: Add support for direct I/O read

2018-05-30 Thread Long Li
From: Long Li Implement the function for direct I/O read. It doesn't support AIO, which will be implemented in a follow up patch. Signed-off-by: Long Li --- fs/cifs/cifsfs.h | 1 + fs/cifs/file.c | 149 +++ 2 files changed, 150

[Patch v2 13/15] CIFS: Add support for direct I/O read

2018-05-30 Thread Long Li
From: Long Li Implement the function for direct I/O read. It doesn't support AIO, which will be implemented in a follow up patch. Signed-off-by: Long Li --- fs/cifs/cifsfs.h | 1 + fs/cifs/file.c | 149 +++ 2 files changed, 150