From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:38178 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726315AbfF0RRe (ORCPT ); Thu, 27 Jun 2019 13:17:34 -0400 Date: Thu, 27 Jun 2019 13:17:28 -0400 From: "Theodore Ts'o" Subject: Re: [PATCH] fscrypt: document testing with xfstests Message-ID: <20190627171728.GA31445@mit.edu> References: <20190620181658.225792-1-ebiggers@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190620181658.225792-1-ebiggers@kernel.org> Sender: fstests-owner@vger.kernel.org To: Eric Biggers Cc: linux-fscrypt@vger.kernel.org, fstests@vger.kernel.org List-ID: On Thu, Jun 20, 2019 at 11:16:58AM -0700, Eric Biggers wrote: > From: Eric Biggers > > Document how to test ext4, f2fs, and ubifs encryption with xfstests. > > Signed-off-by: Eric Biggers Looks good, you can add: Reviewed-by: Theodore Ts'o - Ted