diff options
author | J. Bruce Fields <bfields@fieldses.org> | 2007-03-13 13:05:05 -0400 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-03-15 09:48:17 +1100 |
commit | 74a8f33de5f26d6bab11d5299318035d65bd60d0 (patch) | |
tree | acf3257e8f85ac5155a064ee68c84208c6f097d1 /support/include | |
parent | afc841a1f2a62645ec2dfaa333baf07e44a03c08 (diff) | |
download | nfs-utils-74a8f33de5f26d6bab11d5299318035d65bd60d0.tar.gz nfs-utils-74a8f33de5f26d6bab11d5299318035d65bd60d0.tar.xz nfs-utils-74a8f33de5f26d6bab11d5299318035d65bd60d0.zip |
Remove "maptype" support
It appears that this is used only by unfsd, and is obscure enough that
we should be able to just rip it out with no special precautions.
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'support/include')
-rw-r--r-- | support/include/nfslib.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/support/include/nfslib.h b/support/include/nfslib.h index 1372635..d4f4150 100644 --- a/support/include/nfslib.h +++ b/support/include/nfslib.h @@ -51,12 +51,6 @@ #define _PATH_PROC_EXPORTS_ALT "/proc/fs/nfsd/exports" #endif -enum cle_maptypes { - CLE_MAP_IDENT = 0, - CLE_MAP_FILE, - CLE_MAP_UGIDD, -}; - /* * Data related to a single exports entry as returned by getexportent. * FIXME: export options should probably be parsed at a later time to @@ -71,7 +65,6 @@ struct exportent { use it for anything else. */ char m_path[NFS_MAXPATHLEN+1]; int e_flags; - int e_maptype; int e_anonuid; int e_anongid; int * e_squids; |