diff options
author | Jeff Layton <jlayton@samba.org> | 2013-01-02 06:27:35 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2013-01-02 06:27:35 -0500 |
commit | 70f744ab7aa2bb1c30d2615446a6eb83f32a665b (patch) | |
tree | c9a6424abb7166fd39fc57bc26df5d2198b832de | |
parent | bb27a52810198b61f37e0efd05047b8a5ea981a7 (diff) | |
download | cifs-utils-70f744ab7aa2bb1c30d2615446a6eb83f32a665b.tar.gz cifs-utils-70f744ab7aa2bb1c30d2615446a6eb83f32a665b.tar.bz2 cifs-utils-70f744ab7aa2bb1c30d2615446a6eb83f32a665b.zip |
cifs-utils: fix cifsidmap.h comment
It's actually OK to set this to BOTH.
Signed-off-by: Jeff Layton <jlayton@samba.org>
-rw-r--r-- | cifsidmap.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cifsidmap.h b/cifsidmap.h index e539719..656df86 100644 --- a/cifsidmap.h +++ b/cifsidmap.h @@ -45,10 +45,7 @@ struct cifs_sid { #define CIFS_UXID_TYPE_GID (2) /* mapping is a GID */ #define CIFS_UXID_TYPE_BOTH (3) /* usable as UID or GID */ -/* - * This struct represents both a uid or gid and its type. The type should - * never be set to CIFSIDMAP_BOTH. - */ +/* This struct represents a uid or gid and its type */ struct cifs_uxid { union { uid_t uid; |