[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20130326161106.a482807476e631ed5422bed8@canb.auug.org.au>
Date: Tue, 26 Mar 2013 16:11:06 +1100
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,
"Darrick J. Wong" <darrick.wong@...cle.com>,
Kent Overstreet <koverstreet@...gle.com>,
Jens Axboe <axboe@...nel.dk>
Subject: linux-next: manual merge of the akpm tree with the block tree
Hi Andrew,
Today's linux-next merge of the akpm tree got a conflict in
include/linux/blk_types.h between commit a38352e0ac02 ("block: Add an
explicit bio flag for bios that own their bvec") from the block tree and
commit "mm: make snapshotting pages for stable writes a per-bio
operation" 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 include/linux/blk_types.h
index e8de670,22990cf..0000000
--- a/include/linux/blk_types.h
+++ b/include/linux/blk_types.h
@@@ -116,8 -117,7 +117,8 @@@ struct bio
* Flags starting here get preserved by bio_reset() - this includes
* BIO_POOL_IDX()
*/
- #define BIO_RESET_BITS 12
- #define BIO_OWNS_VEC 12 /* bio_free() should free bvec */
+ #define BIO_RESET_BITS 13
++#define BIO_OWNS_VEC 13 /* bio_free() should free bvec */
#define bio_flagged(bio, flag) ((bio)->bi_flags & (1 << (flag)))
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists