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
..
2007-01-26 13:51:00 -08:00
2007-01-05 23:55:22 -08:00
2006-12-08 08:28:43 -08:00
2006-12-08 08:28:51 -08:00
2006-12-08 08:28:43 -08:00
2006-12-13 09:05:58 -08:00
2006-12-13 09:05:58 -08:00
2006-12-13 09:05:53 -08:00
2007-01-24 09:46:54 -08:00
2006-12-08 08:28:44 -08:00
2006-12-08 08:28:43 -08:00
2006-12-08 08:28:44 -08:00
2006-12-13 15:38:45 -08:00
2006-12-15 12:51:22 -05:00
2006-12-08 08:28:43 -08:00
2006-12-08 08:28:45 -08:00
2006-12-08 08:28:51 -08:00
2006-12-08 08:28:51 -08:00
2006-12-08 08:28:41 -08:00
2006-12-08 08:28:41 -08:00
2006-12-08 08:28:45 -08:00
2006-12-21 09:25:08 -08:00
2007-01-11 18:18:21 -08:00
2006-12-08 08:28:45 -08:00
2006-12-08 08:28:45 -08:00
2006-12-08 08:28:45 -08:00
2006-12-08 08:28:45 -08:00
2006-12-08 08:28:45 -08:00
2006-12-21 09:19:57 -08:00
2006-12-08 08:28:41 -08:00
2006-12-22 08:55:51 -08:00
2006-12-07 08:39:42 -08:00
2007-01-18 10:34:51 +11:00
2007-01-18 10:34:51 +11:00
2006-12-21 09:24:03 -08:00
2006-12-13 09:05:58 -08:00
2006-12-08 08:28:47 -08:00
2006-11-16 11:43:38 -08:00
2006-12-13 09:05:53 -08:00
2007-01-24 12:31:06 -08:00
2007-01-26 13:51:00 -08:00
2006-12-07 08:39:46 -08:00
2007-01-18 10:28:18 +00:00
2007-01-21 16:20:10 -08:00
2006-12-08 08:28:48 -08:00
2006-12-09 01:03:58 +00:00
2007-01-26 13:50:58 -08:00
2006-12-08 08:28:48 -08:00
2006-12-30 10:56:42 -08:00
2007-01-23 07:52:06 -08:00
2006-12-08 08:28:49 -08:00
2006-12-13 09:05:53 -08:00
2006-12-08 08:28:41 -08:00
2006-12-22 08:55:47 -08:00
2006-12-08 08:28:50 -08:00
2007-01-05 23:55:29 -08:00
2006-11-16 11:43:38 -08:00
2006-12-21 10:01:08 -08:00
2006-12-30 10:55:54 -08:00
2007-01-05 23:55:23 -08:00
2006-12-08 08:28:41 -08:00
2006-12-12 20:07:35 +01:00
2007-01-26 13:50:58 -08:00
2006-12-08 08:28:41 -08:00
2006-12-13 09:05:58 -08:00
2006-12-13 09:05:50 -08:00
2007-01-23 07:52:06 -08:00
2007-01-26 12:47:06 -08:00
2006-12-08 08:28:41 -08:00
2006-12-10 09:57:22 -08:00
2006-12-07 08:39:41 -08:00
2006-12-07 08:39:25 -08:00
2006-12-10 09:57:21 -08:00
2006-12-08 08:28:41 -08:00
2006-12-08 08:28:41 -08:00
2006-12-08 08:28:41 -08:00
2006-12-10 09:57:22 -08:00
2006-12-10 09:57:22 -08:00
2006-12-08 08:28:41 -08:00
2006-12-22 08:55:50 -08:00
2007-01-26 12:53:20 -08:00
2006-12-13 09:05:50 -08:00
2006-12-08 08:28:41 -08:00
2006-12-04 02:00:24 -05:00
2006-12-08 08:28:41 -08:00
2006-12-22 08:55:48 -08:00
2006-12-08 08:28:41 -08:00
2006-12-08 08:28:41 -08:00
2006-12-08 08:28:40 -08:00
2006-12-07 08:39:25 -08:00
2006-12-08 08:28:41 -08:00
2006-12-13 09:05:50 -08:00
2006-12-10 09:57:22 -08:00
2006-12-21 00:16:03 -08:00
2006-12-08 08:28:51 -08:00
2006-12-08 08:28:51 -08:00
2006-12-13 09:05:53 -08:00
2006-12-08 08:28:41 -08:00
2006-12-10 09:57:22 -08:00
2006-12-08 08:28:41 -08:00
2006-12-13 09:05:47 -08:00
2006-12-22 08:55:48 -08:00
2006-12-08 08:28:41 -08:00
2007-01-11 18:18:21 -08:00
2006-12-08 08:28:41 -08:00
2006-12-04 02:00:24 -05:00
2006-12-08 08:28:41 -08:00