Re: [Patch 05/18] fs/logfs/logfs.h

2007-06-06 Thread Paulo Marques
Jörn Engel wrote: --- /dev/null 2007-03-13 19:15:28.862769062 +0100 +++ linux-2.6.21logfs/fs/logfs/logfs.h 2007-06-03 19:34:07.0 +0200 @@ -0,0 +1,398 @@ +/* + * fs/logfs/logfs.h + * + * As should be obvious for Linux kernel code, license is GPLv2 + * + * Copyright (c) 2005-2007 Joern E

Re: [Patch 05/18] fs/logfs/logfs.h

2007-06-06 Thread Jörn Engel
On Wed, 6 June 2007 12:29:13 +0100, Paulo Marques wrote: > Jörn Engel wrote: > >--- /dev/null2007-03-13 19:15:28.862769062 +0100 > >+++ linux-2.6.21logfs/fs/logfs/logfs.h 2007-06-03 > >19:34:07.0 +0200 > >@@ -0,0 +1,398 @@ > >+/* > >+ * fs/logfs/logfs.h > >+ * > >+ * As shoul

Re: [Patch 05/18] fs/logfs/logfs.h

2007-06-04 Thread Jan Engelhardt
>On Sunday 03 June 2007, Jörn Engel wrote: >> +/** >> + * struct logfs_device_ops - device access operations >> + * >> + * @read:  read from the device >> + * @write: write to the device >> + * @erase: erase part of the device >> + */ >>

Re: [Patch 05/18] fs/logfs/logfs.h

2007-06-04 Thread Jörn Engel
On Sun, 3 June 2007 23:50:55 +0200, Arnd Bergmann wrote: > On Sunday 03 June 2007, Jörn Engel wrote: > > +/** > > + * struct logfs_device_ops - device access operations > > + * > > + * @read:  read from the device > > + * @write: write to the device > > + * @