diff options
author | Kinglong Mee <kinglongmee@gmail.com> | 2014-05-23 20:00:19 +0800 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-05-30 17:32:19 -0400 |
commit | 94eb36892d727145794b80dceffc435d1d68edbb (patch) | |
tree | 7df717686ed4888d645c62663c4ddc7e2fe21ff9 /fs/nfsd/export.h | |
parent | 0d63790c365852a6ce2913632b933633343ae479 (diff) | |
download | linux-94eb36892d727145794b80dceffc435d1d68edbb.tar.bz2 |
NFSD: Adds macro EX_UUID_LEN for exports uuid's length
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/export.h')
-rw-r--r-- | fs/nfsd/export.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/export.h b/fs/nfsd/export.h index d7939a62a0ae..c7d4ed05e470 100644 --- a/fs/nfsd/export.h +++ b/fs/nfsd/export.h @@ -37,6 +37,7 @@ struct nfsd4_fs_locations { * spkm3i, and spkm3p (and using all 8 at once should be rare). */ #define MAX_SECINFO_LIST 8 +#define EX_UUID_LEN 16 struct exp_flavor_info { u32 pseudoflavor; |