From: Steve French Date: Wed, 17 Oct 2007 02:48:17 +0000 (+0000) Subject: [CIFS] build break X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=adddd49ddf4ce5a5997f0695b194587290ea72e9;p=linux-beck.git [CIFS] build break Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsacl.c b/fs/cifs/cifsacl.c index b1f448f2e071..c46f26bcd8b2 100644 --- a/fs/cifs/cifsacl.c +++ b/fs/cifs/cifsacl.c @@ -116,7 +116,7 @@ int compare_sids(struct cifs_sid *ctsid, struct cifs_sid *cwsid) /* compare all of the subauth values if any */ num_sat = ctsid->num_subauth; - num_saw = cwsid->num_subauth); + num_saw = cwsid->num_subauth; num_subauth = num_sat < num_saw ? num_sat : num_saw; if (num_subauth) { for (i = 0; i < num_subauth; ++i) {