Re: [PATCH] seq_file conversion: coda

2007-01-23 Thread Alexey Dobriyan
On Tue, Jan 23, 2007 at 04:53:33PM -0800, Andrew Morton wrote: > On Tue, 16 Jan 2007 00:53:05 +0300 > Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > > > Compile-tested. > > You can runtime-test this interface without ever having mounted a CODA fs. > > Please. compile-tested-only patches are

Re: [PATCH] seq_file conversion: coda

2007-01-23 Thread Andrew Morton
On Tue, 16 Jan 2007 00:53:05 +0300 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > Compile-tested. You can runtime-test this interface without ever having mounted a CODA fs. Please. compile-tested-only patches are always a worry. - To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH] seq_file conversion: coda

2007-01-23 Thread Andrew Morton
On Tue, 16 Jan 2007 00:53:05 +0300 Alexey Dobriyan [EMAIL PROTECTED] wrote: Compile-tested. You can runtime-test this interface without ever having mounted a CODA fs. Please. compile-tested-only patches are always a worry. - To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] seq_file conversion: coda

2007-01-23 Thread Alexey Dobriyan
On Tue, Jan 23, 2007 at 04:53:33PM -0800, Andrew Morton wrote: On Tue, 16 Jan 2007 00:53:05 +0300 Alexey Dobriyan [EMAIL PROTECTED] wrote: Compile-tested. You can runtime-test this interface without ever having mounted a CODA fs. Please. compile-tested-only patches are always a

[PATCH] seq_file conversion: coda

2007-01-15 Thread Alexey Dobriyan
Compile-tested. Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- fs/coda/sysctl.c | 76 --- 1 file changed, 39 insertions(+), 37 deletions(-) --- a/fs/coda/sysctl.c +++ b/fs/coda/sysctl.c @@ -15,6 +15,7 @@ #include #include

[PATCH] seq_file conversion: coda

2007-01-15 Thread Alexey Dobriyan
Compile-tested. Signed-off-by: Alexey Dobriyan [EMAIL PROTECTED] --- fs/coda/sysctl.c | 76 --- 1 file changed, 39 insertions(+), 37 deletions(-) --- a/fs/coda/sysctl.c +++ b/fs/coda/sysctl.c @@ -15,6 +15,7 @@ #include linux/time.h