https://github.com/torvalds/linux
Raw File
Tip revision: 2ce7598c9a453e0acd0e07be7be3f5eb39608ebd authored by Linus Torvalds on 07 September 2014, 23:09:43 UTC
Linux 3.17-rc4
Tip revision: 2ce7598
nfs3.h
/*
 * 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 */
back to top