repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
include
/
linux
/
nfs3.h
blob
a778ad8e3afd8080c4427d9aae4e08495caa5e80
1
/*
2
* NFSv3 protocol definitions
3
*/
4
#ifndef _LINUX_NFS3_H
5
#define _LINUX_NFS3_H
6
7
#include <uapi/linux/nfs3.h>
8
9
10
/* Number of 32bit words in post_op_attr */
11
#define NFS3_POST_OP_ATTR_WORDS 22
12
13
#endif
/* _LINUX_NFS3_H */