From: Randy Dunlap <randy.dunlap@oracle.com> I was debugging (via pr_debug()) why one test app was getting EINVAL returns from aio. However, using DEBUG to enable pr_debug() needs to be done before #include linux/kernel.h, so remove it from below there so that someone doesn't have to debug pr_debug(). Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Zach Brown <zach.brown@oracle.com> --- fs/aio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- linux-2.6.23-rc7.orig/fs/aio.c +++ linux-2.6.23-rc7/fs/aio.c @@ -8,6 +8,7 @@ * * See ../COPYING for licensing terms. */ + #include <linux/kernel.h> #include <linux/init.h> #include <linux/errno.h> @@ -17,8 +18,6 @@ #include <linux/syscalls.h> #include <linux/uio.h> -#define DEBUG 0 - #include <linux/sched.h> #include <linux/fs.h> #include <linux/file.h> -
| Amit K. Arora | [RFC] Heads up on sys_fallocate() |
| Linus Torvalds | Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series.. |
| Paul Jackson | Re: cpuset-remove-sched-domain-hooks-from-cpusets |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
git: | |
| Linus Torvalds | Re: [GIT]: Networking |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | Re: [klibc] [patch] import socket defines |
