From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f67.google.com ([74.125.83.67]:35994 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750714AbdAWUQt (ORCPT ); Mon, 23 Jan 2017 15:16:49 -0500 Received: by mail-pg0-f67.google.com with SMTP id 75so14517155pgf.3 for ; Mon, 23 Jan 2017 12:16:49 -0800 (PST) Date: Mon, 23 Jan 2017 12:16:46 -0800 From: Eric Biggers To: linux-fsdevel@vger.kernel.org Cc: Theodore Ts'o , Jaegeuk Kim , Richard Weinberger , Eric Biggers Subject: Re: [PATCH] fscrypt: constify struct fscrypt_operations Message-ID: <20170123201646.GA3417@gmail.com> References: <20170105204243.79135-1-ebiggers3@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170105204243.79135-1-ebiggers3@gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Jan 05, 2017 at 12:42:43PM -0800, Eric Biggers wrote: > From: Eric Biggers > > Signed-off-by: Eric Biggers > --- > fs/ext4/super.c | 4 ++-- > fs/f2fs/super.c | 4 ++-- > fs/ubifs/crypto.c | 2 +- > fs/ubifs/super.c | 2 +- > fs/ubifs/ubifs.h | 2 +- > 5 files changed, 7 insertions(+), 7 deletions(-) > Ted, are you interested in taking this patch? If you'd like I can resend to fix the conflict with the ->key_prefix change. Eric