From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.thunk.org ([74.207.234.97]:35770 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750988AbcIJFVK (ORCPT ); Sat, 10 Sep 2016 01:21:10 -0400 Date: Sat, 10 Sep 2016 01:20:28 -0400 From: Theodore Ts'o To: Jaegeuk Kim Cc: Eric Biggers , linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Subject: Re: [PATCH] fscrypto: require write access to mount to set encryption policy Message-ID: <20160910052028.e5xnxysyhv4bjibn@thunk.org> References: <1473369638-19995-1-git-send-email-ebiggers@google.com> <20160910041519.nmim57wyptdynwxh@thunk.org> <20160910044049.GD34151@jaegeuk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160910044049.GD34151@jaegeuk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Sep 09, 2016 at 09:40:49PM -0700, Jaegeuk Kim wrote: > Acked-by: Jaegeuk Kim Thanks for acking this so quickly! I'll send all three fixes to Linus, then. > It'd be better to fix the below basic warnings tho. Thanks, I've fixed the line over 80 characters warning. The rest of the file uses "printk(KERN_WARNING, ..." and that's a fairly pedantic warning so I'm just going to ignore it. - Ted