nfs3.h 221 B

12345678910111213
  1. /*
  2. * NFSv3 protocol definitions
  3. */
  4. #ifndef _LINUX_NFS3_H
  5. #define _LINUX_NFS3_H
  6. #include <uapi/linux/nfs3.h>
  7. /* Number of 32bit words in post_op_attr */
  8. #define NFS3_POST_OP_ATTR_WORDS 22
  9. #endif /* _LINUX_NFS3_H */