aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2007-10-17 23:06:07 +0000
committerSteve French <sfrench@us.ibm.com>2007-10-17 23:06:07 +0000
commitd628ddb62d3050e8e474aa3566bc6bafbe4b9c26 (patch)
tree9ee538942a7d707e5c276a57887089555aeacbc3 /fs/cifs
parent[CIFS] acl support part 4 (diff)
downloadlinux-dev-d628ddb62d3050e8e474aa3566bc6bafbe4b9c26.tar.xz
linux-dev-d628ddb62d3050e8e474aa3566bc6bafbe4b9c26.zip
[CIFS] fix typo
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r--fs/cifs/cifsacl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsacl.c b/fs/cifs/cifsacl.c
index ecd6da9e9d38..e8e56353f5a1 100644
--- a/fs/cifs/cifsacl.c
+++ b/fs/cifs/cifsacl.c
@@ -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;