Blame view

include/linux/nfs3.h 221 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
  /*
   * NFSv3 protocol definitions
   */
  #ifndef _LINUX_NFS3_H
  #define _LINUX_NFS3_H
607ca46e9   David Howells   UAPI: (Scripted) ...
6
  #include <uapi/linux/nfs3.h>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
7

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
8
9
10
  
  /* Number of 32bit words in post_op_attr */
  #define NFS3_POST_OP_ATTR_WORDS		22
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
11
  #endif /* _LINUX_NFS3_H */