Re: [PATCH] compat: move strut compat_iovec out of #ifdef CONFIG_COMPAT

2020-10-02 Thread Al Viro
On Fri, Oct 02, 2020 at 08:15:12AM +0200, Christoph Hellwig wrote: > ping? This is needed to unbreak the work.iov_iter branch that is in > for-next. Folded into "iov_iter: refactor rw_copy_check_uvector and import_iovec" and force-pushed...

Re: [PATCH] compat: move strut compat_iovec out of #ifdef CONFIG_COMPAT

2020-10-02 Thread Christoph Hellwig
ping? This is needed to unbreak the work.iov_iter branch that is in for-next. On Mon, Sep 28, 2020 at 06:14:14PM +0200, Christoph Hellwig wrote: > This avoid annoying ifdefs in iov_iter.c > > Signed-off-by: Christoph Hellwig > --- > > This fixes a build failure with the import_iovec /

[PATCH] compat: move strut compat_iovec out of #ifdef CONFIG_COMPAT

2020-09-28 Thread Christoph Hellwig
This avoid annoying ifdefs in iov_iter.c Signed-off-by: Christoph Hellwig --- This fixes a build failure with the import_iovec / compat_import_iovec unification. include/linux/compat.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/linux/compat.h