diff for duplicates of <1490653474.7897.13.camel@sandisk.com> diff --git a/a/1.txt b/N1/1.txt index 5a595f2..c860720 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ On Mon, 2017-03-20 at 16:43 -0400, Christoph Hellwig wrote: -> + u64 sector =3D blk_rq_pos(rq) >> (ilog2(sdp->sector_size) - 9); -> + u32 nr_sectors =3D blk_rq_sectors(rq) >> (ilog2(sdp->sector_size) - 9); +> + u64 sector = blk_rq_pos(rq) >> (ilog2(sdp->sector_size) - 9); +> + u32 nr_sectors = blk_rq_sectors(rq) >> (ilog2(sdp->sector_size) - 9); Although I know this is an issue in the existing code and not something introduced by you: please consider using logical_to_sectors() instead of diff --git a/a/content_digest b/N1/content_digest index c6378cd..0c912a6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -13,8 +13,8 @@ "\00:1\0" "b\0" "On Mon, 2017-03-20 at 16:43 -0400, Christoph Hellwig wrote:\n" - "> +\tu64 sector =3D blk_rq_pos(rq) >> (ilog2(sdp->sector_size) - 9);\n" - "> +\tu32 nr_sectors =3D blk_rq_sectors(rq) >> (ilog2(sdp->sector_size) - 9);\n" + "> +\tu64 sector = blk_rq_pos(rq) >> (ilog2(sdp->sector_size) - 9);\n" + "> +\tu32 nr_sectors = blk_rq_sectors(rq) >> (ilog2(sdp->sector_size) - 9);\n" "\n" "Although I know this is an issue in the existing code and not something\n" "introduced by you: please consider using logical_to_sectors() instead of\n" @@ -24,4 +24,4 @@ "\n" Bart. -b65245f351fc5624803ee8b7dcf7fce5f0555cfb8fa431ce83296b52909a3a76 +46a572d42b526465aff0ca403a4f6e0a6e5a9547c758682ddcf7d036d3077b97
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.