1
0
Fork 0
alistair23-linux/include/linux/nfsd
NeilBrown a0ad13ef64 [PATCH] knfsd: Fix type mismatch with filldir_t used by nfsd
nfsd defines a type 'encode_dent_fn' which is much like 'filldir_t' except
that the first pointer is 'struct readdir_cd *' rather than 'void *'.  It
then casts encode_dent_fn points to 'filldir_t' as needed.  This hides any
other type mismatches between the two such as the fact that the 'ino' arg
recently changed from ino_t to u64.

So: get rid of 'encode_dent_fn', get rid of the cast of the function type,
change the first arg of various functions from 'struct readdir_cd *' to
'void *', and live with the fact that we have a little less type checking
on the calling of these functions now.  Less internal (to nfsd) checking
offset by more external checking, which is more important.

Thanks to Gabriel Paubert <paubert@iram.es> for discovering this and
providing an initial patch.

Signed-off-by: Gabriel Paubert <paubert@iram.es>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-01-26 13:51:00 -08:00
..
Kbuild [HEADERS] One line per header in Kbuild files to reduce conflicts 2006-09-19 12:43:58 +01:00
auth.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cache.h [PATCH] nfsd: misc endianness annotations 2006-10-20 10:26:43 -07:00
const.h [PATCH] Fix linux/nfsd/const.h for make headers_check 2006-10-04 07:55:24 -07:00
debug.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
export.h [PATCH] nfsd: misc endianness annotations 2006-10-20 10:26:43 -07:00
interface.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfsd.h [PATCH] knfsd: Fix type mismatch with filldir_t used by nfsd 2007-01-26 13:51:00 -08:00
nfsfh.h [PATCH] knfsd: replace some warning ins nfsfh.h with BUG_ON or WARN_ON 2007-01-26 13:50:59 -08:00
state.h [PATCH] knfsd: nfsd4: reorganize compound ops 2006-12-13 09:05:54 -08:00
stats.h fix file specification in comments 2006-10-03 23:01:26 +02:00
syscall.h [PATCH] knfsd: remove nfsd_versbits as intermediate storage for desired versions 2006-10-02 07:57:17 -07:00
xdr.h [PATCH] knfsd: Fix type mismatch with filldir_t used by nfsd 2007-01-26 13:51:00 -08:00
xdr3.h [PATCH] knfsd: Fix type mismatch with filldir_t used by nfsd 2007-01-26 13:51:00 -08:00
xdr4.h [PATCH] knfsd: nfsd4: reorganize compound ops 2006-12-13 09:05:54 -08:00