blob: 404b8f724fc95648844194f338ee6a3024f739d0 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
3 * NFSv3 protocol definitions
4 */
5#ifndef _LINUX_NFS3_H
6#define _LINUX_NFS3_H
7
David Howells607ca462012-10-13 10:46:48 +01008#include <uapi/linux/nfs3.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009
Linus Torvalds1da177e2005-04-16 15:20:36 -070010
11/* Number of 32bit words in post_op_attr */
12#define NFS3_POST_OP_ATTR_WORDS 22
13
Linus Torvalds1da177e2005-04-16 15:20:36 -070014#endif /* _LINUX_NFS3_H */