oleavr-rgl-a500-mini-linux-.../include/linux/nfs3.h
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

13 lines
221 B
C

/*
* NFSv3 protocol definitions
*/
#ifndef _LINUX_NFS3_H
#define _LINUX_NFS3_H
#include <uapi/linux/nfs3.h>
/* Number of 32bit words in post_op_attr */
#define NFS3_POST_OP_ATTR_WORDS 22
#endif /* _LINUX_NFS3_H */