Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1276036

Re: [PATCH] bio: use offset_in_page macro

Path csiph.com!news.mixmin.net!feeds.phibee-telecom.net!news.panservice.it!diesel.cu.mi.it!bofh.it!news.nic.it!robomod
From Jens Axboe <axboe@kernel.dk>
Newsgroups linux.kernel
Subject Re: [PATCH] bio: use offset_in_page macro
Date Tue, 24 Nov 2015 04:30:01 +0100
Message-ID <qycsN-2AV-3@gated-at.bofh.it> (permalink)
References <qxcEx-3lp-7@gated-at.bofh.it>
X-Original-To Geliang Tang <geliangtang@163.com>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20150623.gappssmtp.com; s=20150623; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=buU3aTgBe+7XEb2Sun8VMhgngkno5mIYNd/uiivEcw0=; b=AO6wG4whvRavPz+tUFiGXWwPfDbcQ69no07xVc30OcH7OWMTq+5C5NzPC4AOa1PXDz IeuzFL2XgDqdaCFM61phpXT11yVogrDgcgxCLXDICHxXfSp69jxObgaUNamgzQ3TTD/P FQOu6E7lKoNl/7YQfJxkhKsIzODTN2POkK3SOUsL4/TMAdVHkJvn3IiLqPU96dBKAHC8 4XCEAv5e8iQkAew2M2m+E9oiTzbWtTrjb+sceB5nT127IpjKj7KEAA2CDuMCykz/krFs fT2dbSDCtymB8dpo3TjAK9fMDyugsQ0wdQDTP2TbAgG46aYVPfOOmimgqApenQXE5ivT FrJQ==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=buU3aTgBe+7XEb2Sun8VMhgngkno5mIYNd/uiivEcw0=; b=fc454uJZ4MC5rWsA4dR+jSs+yuUVkQ8Zs0w5iquCDX9br2HqH6D+W2o3q9DQDSvV3p iZIo6GhQLiY0eUKCUEDkqGDybouVOYm3+85AB8o1/qE880jYNORXZVYOPPvPEYaJT/yN yqUdE0VAh0XOxLRjOjJ6fvsvihQ9hQ94wLESTAhKKxZZrCyZs1QX3yxiCWReif9IMFAd FuortQc0V2VCaWaRO5HNkmGqc5vNJNAdHZP2ARSVqIPf/1DS42AdEdaytKpfdHn3GDPD L3C4DEa9I+eV2IX+/oxTfWrzSZExL6EENVdXP66DoK4cK8ESzUQKlRnX2fKzzQkBh4bc FEXQ==
X-Gm-Message-State ALoCoQlGU6VzeLWiT15ADnTXWUTaTWTw9Qx+6F6T8tgWJhzPnsv+sK8jeFq4Xblh7AYWNYzgt821
X-Received by 10.98.9.4 with SMTP id e4mr19693169pfd.18.1448335418166; Mon, 23 Nov 2015 19:23:38 -0800 (PST)
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
MIME-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 7bit
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 13
Organization linux.* mail to news gateway
X-Original-Cc linux-block@vger.kernel.org, linux-kernel@vger.kernel.org
X-Original-Date Mon, 23 Nov 2015 20:23:35 -0700
X-Original-Message-ID <5653D837.6090406@kernel.dk>
X-Original-References <1ccc4fce754462616eb26b037cb2f13b1f926b3c.1448097925.git.geliangtang@163.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1276036

Show key headers only | View raw


On 11/21/2015 02:27 AM, Geliang Tang wrote:
> Use offset_in_page macro instead of (addr & ~PAGE_MASK).

Added for 4.5, thanks.

-- 
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

[PATCH] bio: use offset_in_page macro Geliang Tang <geliangtang@163.com> - 2015-11-21 10:30 +0100
  Re: [PATCH] bio: use offset_in_page macro Jens Axboe <axboe@kernel.dk> - 2015-11-24 04:30 +0100

csiph-web