[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20130429183823.fac55917339ff7b84a03c262@canb.auug.org.au>
Date: Mon, 29 Apr 2013 18:38:23 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
Zhao Hongjiang <zhaohongjiang@...wei.com>,
Linus <torvalds@...ux-foundation.org>,
Kent Overstreet <koverstreet@...gle.com>
Subject: linux-next: manual merge of the akpm tree with Linus' tree
Hi Andrew,
Today's linux-next merge of the akpm tree got a conflict in fs/aio.c
between commit 91d80a84bbc8 ("aio: fix possible invalid memory access
when DEBUG is enabled") from Linus' tree and commit "aio: dprintk() ->
pr_debug()" from the akpm tree.
I fixed it up (see below) and can carry the fix as necessary (no action
is required).
--
Cheers,
Stephen Rothwell sfr@...b.auug.org.au
diff --cc fs/aio.c
index 670cb8b,1574cb2..0000000
--- a/fs/aio.c
+++ b/fs/aio.c
@@@ -802,9 -794,8 +794,8 @@@ static int aio_read_evt(struct kioctx *
spin_unlock(&info->ring_lock);
out:
- dprintk("leaving aio_read_evt: %d h%lu t%lu\n", ret,
- (unsigned long)ring->head, (unsigned long)ring->tail);
- kunmap_atomic(ring);
+ pr_debug("%d h%u t%u\n", ret, ring->head, ring->tail);
+ kunmap_atomic(ring);
return ret;
}
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists