瀏覽代碼

[CIFS] build break

Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French 17 年之前
父節點
當前提交
adddd49ddf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/cifs/cifsacl.c

+ 1 - 1
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) {