Stephen Rothwell <[email protected]> wrote: > - if (inode->i_mode & S_IALLUGO != 0775) > + if ((inode->i_mode & S_IALLUGO) != 0775)
Acked-by: David Howells <[email protected]>
Stephen Rothwell <[email protected]> wrote: > - if (inode->i_mode & S_IALLUGO != 0775) > + if ((inode->i_mode & S_IALLUGO) != 0775)
Acked-by: David Howells <[email protected]>