mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +00:00
607ca46e97
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
13 lines
221 B
C
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 */
|