[CIFS] fix build warning

Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
Steve French 2008-05-09 03:48:05 +00:00
parent 7c5e628f95
commit af4b3c355c
1 changed files with 1 additions and 1 deletions

View File

@ -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,