From 70f744ab7aa2bb1c30d2615446a6eb83f32a665b Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Wed, 2 Jan 2013 06:27:35 -0500 Subject: cifs-utils: fix cifsidmap.h comment It's actually OK to set this to BOTH. Signed-off-by: Jeff Layton --- cifsidmap.h | 5 +---- 1 file changed, 1 insertion(+), 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; -- cgit v1.2.3