patch-2.2.19 linux/include/linux/nfs.h
Next file: linux/include/linux/nfs3.h
Previous file: linux/include/linux/mtio.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Sun Mar 25 11:37:40 2001
- Orig file:
v2.2.18/include/linux/nfs.h
- Orig date:
Sun Mar 25 11:28:38 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/include/linux/nfs.h linux/include/linux/nfs.h
@@ -94,8 +94,8 @@
*/
#define NFS_MAXFHSIZE 64
struct nfs_fh {
- unsigned short size;
- unsigned char data[NFS_MAXFHSIZE];
+ unsigned int size;
+ unsigned int data[NFS_MAXFHSIZE / sizeof(unsigned int)];
};
enum nfs3_stable_how {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)