Re: [PATCH] 2.6: improved fdmap

From: Marc-Christian Petersen
Date: Fri Mar 26 2004 - 09:26:38 EST


On Friday 26 March 2004 05:36, Matt Miller wrote:

Hi Matt,

> diff -X dontdiff -uprN linux-2.6.4/include/asm-s390/unistd.h
> linux-2.6.4-fdmap/include/asm-s390/unistd.h ---
> linux-2.6.4/include/asm-s390/unistd.h Wed Mar 10 20:55:55 2004 +++
> linux-2.6.4-fdmap/include/asm-s390/unistd.h Sun Mar 21 04:09:53 2004 @@
> -256,12 +256,13 @@
> #define __NR_clock_gettime (__NR_timer_create+6)
> #define __NR_clock_getres (__NR_timer_create+7)
> #define __NR_clock_nanosleep (__NR_timer_create+8)
> +#define __NR_fdmap 265
> /*
> * Number 263 is reserved for vserver
> */
> -#define __NR_fadvise64_64 264
> +#define __NR_fadvise64_64 265
>
> -#define NR_syscalls 265
> +#define NR_syscalls 266

hmm, fdmap == 265 and fadvise64_64 also 265? I think you can leave
fadvise64_64 at 264 ;)


ciao, Marc
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/