Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af4b3c35 authored by Steve French's avatar Steve French
Browse files

[CIFS] fix build warning



Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 7c5e628f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -589,7 +589,7 @@ static struct cifs_ntsd *get_cifs_acl(u32 *pacllen, struct inode *inode,
		unlock_file = true;
		fid = open_file->netfid;
	} else if (pfid == NULL) {
		bool oplock = false;
		int oplock = 0;
		/* open file */
		rc = CIFSSMBOpen(xid, cifs_sb->tcon, path, FILE_OPEN,
				READ_CONTROL, 0, &fid, &oplock, NULL,