On Tue, 25 Sep 2007 01:46:25 -0700 Andrew Morton wrote:in unionfs debug.c: #if BITS_PER_LONG == 32 #define POISONED_PTR ((void*) 0x5a5a5a5a) #elif BITS_PER_LONG == 64 #define POISONED_PTR ((void*) 0x5a5a5a5a5a5a5a5a) #else #error Unknown BITS_PER_LONG value #endif /* BITS_PER_LONG != known */ We try to keep all poison values in include/linux/poison.h so that when digging around for them, it's easier to locate the one in question. Also, on x86_64, the 64-bit version wants a L or UL suffix: fs/unionfs/debug.c:96:30: warning: constant 0x5a5a5a5a5a5a5a5a is so big it is long fs/unionfs/debug.c:264:30: warning: constant 0x5a5a5a5a5a5a5a5a is so big it is long --- ~Randy Phaedrus says that Quality is about caring. -
| Davide Libenzi | [patch 7/8] fdmap v2 - implement sys_socket2 |
| Benjamin Herrenschmidt | Re: [PATCH] Remove process freezer from suspend to RAM pathway |
| Greg Kroah-Hartman | [PATCH 011/196] sysfs: Fix a copy-n-paste typo in comment |
| Greg KH | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 0/37] dccp: Feature negotiation - last call for comments |
| Rémi Denis-Courmont | [PATCH] USB host CDC Phonet network interface driver |
| David Miller | [GIT]: Networking |
git: | |
