Re: [linux-audio-dev] Re: [Jackit-devel] Re: realtime-lsm in the kernel

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] Re: [Jackit-devel] Re: realtime-lsm in the kernel
From: Tim Hockin (thockin_AT_hockin.org)
Date: Sun Sep 12 2004 - 09:49:10 EEST


On Sun, Sep 12, 2004 at 02:06:53AM -0400, Lee Revell wrote:
> OK, patch has been posted to LKML...
>
> http://lkml.org/lkml/2004/9/12/22

Shouldn't you use in_group_p() instead of searching the grouplist
yourself? in the new kernels, groups are sorted, so in_group_p uses a
binary search. Also, the ifdef will never fly. Also, don't put a blank
line after "if (....) {" - you do that in a couple places.

Nitpicking before Linus and Andrew do it for you :)


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sun Sep 12 2004 - 09:53:31 EEST