Messages in this thread |  | | From | Russell King <> | Subject | Re: Compatibility issue with 2.2.19pre7 | Date | Wed, 10 Jan 2001 06:54:45 +0000 (GMT) |
| |
Hubert Mantel writes: > is this part of 2.2.19pre7 really a good idea? Even in 2.4.0 the size > field is still a short. > #define NFS_MAXFHSIZE 64 > struct nfs_fh { > - unsigned short size; > + unsigned int size; > unsigned char data[NFS_MAXFHSIZE]; > };
This is an internal kernel data structure. Do you know of some program that breaks as a result of this? _____ |_____| ------------------------------------------------- ---+---+- | | Russell King rmk@arm.linux.org.uk --- --- | | | | http://www.arm.linux.org.uk/personal/aboutme.html / / | | +-+-+ --- -+- / | THE developer of ARM Linux |+| /|\ / | | | --- | +-+-+ ------------------------------------------------- /\\\ | - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |