]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/cifs/fcntl.c
[CIFS] convert usage of implicit booleans to bool
[karo-tx-linux.git] / fs / cifs / fcntl.c
index 7d1d5aa4c430b6c904c08a5c65c8be32ba0a0298..5a57581eb4b2a6a803c5cdb01f98216d7d34c12a 100644 (file)
@@ -68,7 +68,7 @@ int cifs_dir_notify(struct file *file, unsigned long arg)
 {
        int xid;
        int rc = -EINVAL;
-       int oplock = FALSE;
+       int oplock = 0;
        struct cifs_sb_info *cifs_sb;
        struct cifsTconInfo *pTcon;
        char *full_path = NULL;