Hi,
is this part of 2.2.19pre7 really a good idea? Even in 2.4.0 the size
field is still a short.
-o)
Hubert Mantel Goodbye, dots... /\\
_\_v
diff -u --new-file --recursive --exclude-from /usr/src/exclude
linux.vanilla/include/linux/nfs.h linux.19p7/include/linux/nfs.h
--- linux.vanilla/include/linux/nfs.h Mon Dec 11 22:13:07 2000
+++ linux.19p7/include/linux/nfs.h Wed Jan 3 00:58:38 2001
@@ -94,7 +94,7 @@
*/
#define NFS_MAXFHSIZE 64
struct nfs_fh {
- unsigned short size;
+ unsigned int size;
unsigned char data[NFS_MAXFHSIZE];
};