From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [f2fs-dev] [PATCH 05/15] f2fs: Use pagevec_lookup_range_tag() To: Jan Kara , linux-mm@kvack.org Cc: linux-f2fs-devel@lists.sourceforge.net, "Yan, Zheng" , linux-fsdevel@vger.kernel.org, Jaegeuk Kim , ceph-devel@vger.kernel.org, Ilya Dryomov References: <20170914131819.26266-1-jack@suse.cz> <20170914131819.26266-6-jack@suse.cz> From: Chao Yu Message-ID: Date: Fri, 15 Sep 2017 21:33:05 +0800 MIME-Version: 1.0 In-Reply-To: <20170914131819.26266-6-jack@suse.cz> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: On 2017/9/14 21:18, Jan Kara wrote: > We want only pages from given range in f2fs_write_cache_pages(). Use > pagevec_lookup_range_tag() instead of pagevec_lookup_tag() and remove > unnecessary code. > > CC: Jaegeuk Kim > CC: linux-f2fs-devel@lists.sourceforge.net > Signed-off-by: Jan Kara Reviewed-by: Chao Yu Thanks, -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org