On Wed, 13 Sep 2000, Rasmus Andersen wrote:

> Hi.
> 
> This patch does minor and strightforward cleanup in mm/swapfile.c.

SWP_WRITEOK is defined as 3, so if (foo & SWP_WRITEOK) is not equivalent
to if ((foo & SWP_WRITEOK) == SWP_WRITEOK).  Cheers,

                -ben

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to