Quantcast
Channel: lkml.org : Pallipadi, Venkatesh
Viewing all articles
Browse latest Browse all 864

Re: [GIT] Networking

$
0
0
Linus Torvalds writes: (Summary) wrote:

[...]

gruops, from Dmitry Safonov.
This one is written kind of stupidly.
This one is written kind of stupidly.
The code went from the original
The code went from the original
groups &= (1UL << nlk->ngroups) - 1;
groups &= (1UL << nlk->ngroups) - 1;
(which is incorrect for large values of nlk->ngroups) to the fixed (which is incorrect for large values of nlk->ngroups) to the fixed
        if (nlk->ngroups == 0)
                groups = 0;

Viewing all articles
Browse latest Browse all 864

Trending Articles