From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 12 Jan 2017 10:39:17 -0800 From: Jaegeuk Kim To: Christoph Hellwig Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Subject: Re: [PATCH] f2fs: make discard command directly Message-ID: <20170112183917.GA48403@jaegeuk.local> References: <20170112004848.37202-1-jaegeuk@kernel.org> <20170112141010.GA25952@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170112141010.GA25952@infradead.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: On 01/12, Christoph Hellwig wrote: > On Wed, Jan 11, 2017 at 04:48:48PM -0800, Jaegeuk Kim wrote: > > This can reduce the backporting efforts. > > NAK. For one that is not a valid excuse for anything, and second > your remove respecting the granularity. Okay, I'll try from backporting side without this. :) Thanks,