Re: [PATCH 1/1] ima: fix fallback to use new_sync_read()

2014-06-26 Thread Mimi Zohar
On Thu, 2014-06-26 at 16:28 +0300, Dmitry Kasatkin wrote: > On 26/06/14 16:20, Dmitry Kasatkin wrote: > > On 26/06/14 15:49, Mimi Zohar wrote: > >> On Tue, 2014-06-24 at 16:27 +0300, Dmitry Kasatkin wrote: > >>> 3.16 commit aad4f8bb42af06371aa0e85bf0cd9d52c0494985 > >>> 'switch simple generic_fil

Re: [PATCH 1/1] ima: fix fallback to use new_sync_read()

2014-06-26 Thread Dmitry Kasatkin
On 26/06/14 16:20, Dmitry Kasatkin wrote: > On 26/06/14 15:49, Mimi Zohar wrote: >> On Tue, 2014-06-24 at 16:27 +0300, Dmitry Kasatkin wrote: >>> 3.16 commit aad4f8bb42af06371aa0e85bf0cd9d52c0494985 >>> 'switch simple generic_file_aio_read() users to ->read_iter()' >>> replaced ->aio_read with ->r

Re: [PATCH 1/1] ima: fix fallback to use new_sync_read()

2014-06-26 Thread Dmitry Kasatkin
On 26/06/14 15:49, Mimi Zohar wrote: > On Tue, 2014-06-24 at 16:27 +0300, Dmitry Kasatkin wrote: >> 3.16 commit aad4f8bb42af06371aa0e85bf0cd9d52c0494985 >> 'switch simple generic_file_aio_read() users to ->read_iter()' >> replaced ->aio_read with ->read_iter in most of the file systems >> and intr

Re: [PATCH 1/1] ima: fix fallback to use new_sync_read()

2014-06-26 Thread Mimi Zohar
On Tue, 2014-06-24 at 16:27 +0300, Dmitry Kasatkin wrote: > 3.16 commit aad4f8bb42af06371aa0e85bf0cd9d52c0494985 > 'switch simple generic_file_aio_read() users to ->read_iter()' > replaced ->aio_read with ->read_iter in most of the file systems > and introduced new_sync_read() as a replacement for