On Sat, 04 Jul 2009, Elad Efrat wrote:
Please could you explain what that means, and why it would be useful.
> +#define KAUTH_VNODE_ACCESS (1 << 31)
On a machine where int is a 32-bit type, 1<<31 is undefined (per section
6.5.7 of the C99 standard). I suggest writing this as 0x80000000, and
similarly for other constants.
--apb (Alan Barrett)
| Greg KH | Re: Announce: Linux-next (Or Andrew's dream :-)) |
| Greg KH | [patch 26/73] NET: Correct two mistaken skb_reset_mac_header() conversions. |
| Greg Kroah-Hartman | [PATCH 007/196] Chinese: add translation of stable_kernel_rules.txt |
| Alan Cox | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
git: | |
| Alexey Dobriyan | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 03/37] dccp: List management for new feature negotiation |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Andrew Morton | Re: [BUG] New Kernel Bugs |
