[CIFS] fix typo
authorSteve French <sfrench@us.ibm.com>
Wed, 17 Oct 2007 23:06:07 +0000 (23:06 +0000)
committerSteve French <sfrench@us.ibm.com>
Wed, 17 Oct 2007 23:06:07 +0000 (23:06 +0000)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsacl.c

index ecd6da9..e8e5635 100644 (file)
@@ -182,7 +182,7 @@ static void parse_ntace(struct cifs_ntace *pntace, char *end_of_acl)
 
 
 static void parse_dacl(struct cifs_acl *pdacl, char *end_of_acl,
-                      struct cifs_sid *pownersid, struct cifs_sid pgrpsid)
+                      struct cifs_sid *pownersid, struct cifs_sid *pgrpsid)
 {
        int i;
        int num_aces = 0;