From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaegeuk Kim Subject: Re: [PATCH 1/6] f2fs: check entire encrypted bigname when finding a dentry Date: Tue, 2 May 2017 21:21:49 -0700 Message-ID: <20170503042149.GA92555@jaegeuk.local> References: <20170424170013.85175-1-ebiggers3@gmail.com> <20170424170013.85175-2-ebiggers3@gmail.com> <20170425001023.GA4983@jaegeuk.local> <20170503025628.GA624@zzz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fscrypt@vger.kernel.org, "Theodore Y . Ts'o" , linux-f2fs-devel@lists.sourceforge.net, linux-ext4@vger.kernel.org, linux-mtd@lists.infradead.org, Gwendal Grignou , hashimoto@chromium.org, kinaba@chromium.org, stable@vger.kernel.org, Eric Biggers To: Eric Biggers Return-path: Content-Disposition: inline In-Reply-To: <20170503025628.GA624@zzz> Sender: stable-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org Hi Eric, On 05/02, Eric Biggers wrote: > Hi Jaegeuk, > > On Mon, Apr 24, 2017 at 05:10:23PM -0700, Jaegeuk Kim wrote: > > Hi Eric, > > > > This looks good to me. > > I'll drop it from my tree, so please move forward through fscrypt. > > > > Thanks, > > This is in fscrypt/master now (along with the other patches in the series), but > it's also in f2fs/dev. Are you still planning to drop it from the f2fs tree? Oh, yup. I dropped it. Thank you for pointing this out. Thanks, > > - Eric