Skip to content

Commit

Permalink
[CIFS] fix build warning
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French <[email protected]>
  • Loading branch information
Steve French committed May 9, 2008
1 parent 7c5e628 commit af4b3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/cifsacl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit af4b3c3

Please sign in to comment.