diff options
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index e4d6a8348adf..0207758de44a 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -30,6 +30,12 @@ struct nfs_clone_mount { | |||
30 | }; | 30 | }; |
31 | 31 | ||
32 | /* | 32 | /* |
33 | * Note: RFC 1813 doesn't limit the number of auth flavors that | ||
34 | * a server can return, so make something up. | ||
35 | */ | ||
36 | #define NFS_MAX_SECFLAVORS (12) | ||
37 | |||
38 | /* | ||
33 | * In-kernel mount arguments | 39 | * In-kernel mount arguments |
34 | */ | 40 | */ |
35 | struct nfs_parsed_mount_data { | 41 | struct nfs_parsed_mount_data { |