[linux-cifs-client] two glitches crept in during recent bool cleanup

Guenter Kukkukk linux at kukkukk.com
Tue Apr 29 19:15:26 GMT 2008


Hi Steve,

please have a look at the following:
in inode.c line 392 replace
     bool adjustTZ = bool;
with
     bool adjustTZ = false;

in cifsacl.c line 592 replace
     bool oplock = false;
with
     int oplock = 0;
 
Cheers, Günter


More information about the linux-cifs-client mailing list