From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.136]:34935 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754735AbcCUUC2 (ORCPT ); Mon, 21 Mar 2016 16:02:28 -0400 Date: Mon, 21 Mar 2016 11:45:20 -0700 From: Jaegeuk Kim To: Linus Torvalds Cc: Linux Kernel Mailing List , Linux FS Dev Mailing List , Linux F2FS Dev Mailing List Subject: Re: [GIT PULL] f2fs updates for v4.6 Message-ID: <20160321184520.GA8199@jaegeuk.gateway> References: <20160320225859.GA5047@jaegeuk.hsd1.ca.comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Mar 21, 2016 at 11:09:45AM -0700, Linus Torvalds wrote: > On Sun, Mar 20, 2016 at 3:58 PM, Jaegeuk Kim wrote: > > > > I made another pull request which removes the previous wrong commits and adds > > a single commit to migrate the f2fs crypto into fs/crypto. > > Ok, merged. Please double-check the end result, but since most of the > skcipher update was literally to just change "ablk" to "sk", the merge > seems to have been pretty trivial. > > It all compiles for me, but since I don't use f2fs, I have nothing to test. Thank you very much for the merge. I got the merged branch, and started testing f2fs. Thanks, > > (It's not pushed out quite yet - I'm still test-building everything > else, so if you pull my tree and don't see the merge, wait a few > minutes and it should be there). > > Linus