Re: [uml-devel] [PATCH V6 18/30] fs: add read_iter and write_iter to several file systems

2013-02-01 Thread Artem Bityutskiy
ing than the old ones - I read them as "read iteration", because "iter" is often used for "iteration", and this gives me no clue that they are related to AIO... I apologize if this was already discussed, but why did you choose "iter"? -- Best Regards, Art

Re: [uml-devel] [PATCH 5/5] MTD: Relax dependencies

2012-02-07 Thread Artem Bityutskiy
On Tue, 2012-02-07 at 01:22 +0100, Richard Weinberger wrote: > CONFIG_GENERIC_IO is just enough for the basic MTD stuff. > > Signed-off-by: Richard Weinberger Acked-by: Artem Bityutskiy -- Best Regards, Artem Bityutskiy signature.asc Description: This is a digitally signed mes

Re: [uml-devel] mtd: fix CONFIG_MTD_COMPLEX_MAPPINGS=n compile

2010-12-19 Thread Artem Bityutskiy
me. This reverts all changes to mtd.h while keeping the > ability to compile mtd on ARCH=um, with the exception mtdchar. Merged with the previous patch, thanks. -- Best Regards, Artem Bityutskiy (Битюцкий Артём) -- Lotu

Re: [uml-devel] [PATCH] mtd: allow mtd and jffs2 when ARCH=um

2010-12-19 Thread Artem Bityutskiy
On Fri, 2010-12-17 at 22:08 -0600, Rob Landley wrote: > On Thursday 16 December 2010 09:18:31 Artem Bityutskiy wrote: > > On Wed, 2010-12-15 at 00:31 -0600, Rob Landley wrote: > > > That is awesome and I'm not finding any documentation on it... Ah: > > > >

Re: [uml-devel] [PATCH] mtd: allow mtd and jffs2 when ARCH=um

2010-12-16 Thread Artem Bityutskiy
sys/module/block2mtd/parameters/block2mtd > modprobe jffs2 > mount -t jffs2 /tmp/mtdblock0 /media/jffs2 You should not need mtdblock in modern kernels, it is legacy. You should be abole to mount jffs2 on top of mtd0 with mount

Re: [uml-devel] [PATCH] mtd: allow mtd and jffs2 when ARCH=um

2010-12-16 Thread Artem Bityutskiy
On Tue, 2010-12-14 at 11:51 -0800, Jason Lunz wrote: > On Tue, Dec 14, 2010 at 06:24:38PM +0200, Artem Bityutskiy wrote: > > But I think your solution is a bit dirty, because it adds a great deal > > of little 'if HAS_IOMEM' and '#ifdef CONFIG_HAS_IOMEM' to m

Re: [uml-devel] [PATCH] mtd: allow mtd and jffs2 when ARCH=um

2010-12-14 Thread Artem Bityutskiy
On Tue, 2010-12-14 at 11:51 -0800, Jason Lunz wrote: > On Tue, Dec 14, 2010 at 06:24:38PM +0200, Artem Bityutskiy wrote: > > But I think your solution is a bit dirty, because it adds a great deal > > of little 'if HAS_IOMEM' and '#ifdef CONFIG_HAS_IOMEM' to m

Re: [uml-devel] [PATCH] mtd: allow mtd and jffs2 when ARCH=um

2010-12-14 Thread Artem Bityutskiy
ml for years. My > original motivation was to allow the use of jffs2 in a uml-based test > environment and for that it's worked very well. But I think your solution is a bit dirty, because it adds a great deal of little 'if HAS_IOMEM' and '#ifdef CONFIG_HAS_IOMEM' to m