Fix from Dan is now merged into cifs-2.6.git

On Mon, May 7, 2012 at 11:55 AM, David Binderman <[email protected]> wrote:
> Hello there,
>
> I just compiled the Linux kernel linux-3.4-rc5, with
> the extra flag -Wlogical-op.
>
> The compiler said
>
> fs/cifs/cifsfs.c:702:2: warning: logical ‘or’ of collectively exhaustive
> tests is always true [-Wlogical-op]
>
> The source code is
>
>     if (origin != SEEK_SET || origin != SEEK_CUR) {
>
> It might be the case that
>
>     if (origin != SEEK_SET && origin != SEEK_CUR) {
>
> was intended.
>
> Regards
>
> David Binderman
>



-- 
Thanks,

Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to