lkml.org 
[lkml]   [2001]   [Jan]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectCompatibility issue with 2.2.19pre7
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];
};
\
 
 \ /
  Last update: 2005-03-22 13:28    [W:0.145 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site