mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
nfs: remove unnecessary NFS_NEED_* defines
Thanks to Robert Day for pointing out that these two defines are unused. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Cc: Trond Myklebust <trond@netapp.com>Trond Myklebust <trond@netapp.com> Cc: Neil Brown <neilb@suse.de> Cc: "Robert P. J. Day" <rpjday@crashcourse.ca>
This commit is contained in:
parent
f15364bd4c
commit
065f30ec14
2 changed files with 1 additions and 2 deletions
|
@ -96,7 +96,7 @@ struct nfs3_fh {
|
|||
#define MOUNTPROC3_UMNTALL 4
|
||||
|
||||
|
||||
#if defined(__KERNEL__) || defined(NFS_NEED_KERNEL_TYPES)
|
||||
#if defined(__KERNEL__)
|
||||
|
||||
/* Number of 32bit words in post_op_attr */
|
||||
#define NFS3_POST_OP_ATTR_WORDS 22
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue