Message ID | 20190124214224.18563-1-tytso@mit.edu (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | MAINTAINER: add Eric Biggers as an fscrypt maintainer | expand |
On Thu, Jan 24, 2019 at 04:42:24PM -0500, Theodore Ts'o wrote: > Also update the location of the git tree as we will be using a shared > git tree. > > Signed-off-by: Theodore Ts'o <tytso@mit.edu> > --- > > (This is assuming we get the git tree location that I requested in the > ticket to Konstantin and his team, of course.) > > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 51029a425dbe..419b326e711a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6193,9 +6193,10 @@ F: include/linux/fscache*.h > FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT > M: Theodore Y. Ts'o <tytso@mit.edu> > M: Jaegeuk Kim <jaegeuk@kernel.org> > +M: Eric Biggers <ebiggers@kernel.org> > L: linux-fscrypt@vger.kernel.org > Q: https://patchwork.kernel.org/project/linux-fscrypt/list/ > -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git > +T: git git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git > S: Supported > F: fs/crypto/ > F: include/linux/fscrypt*.h > -- > 2.19.1 > Acked-by: Eric Biggers <ebiggers@kernel.org>
diff --git a/MAINTAINERS b/MAINTAINERS index 51029a425dbe..419b326e711a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6193,9 +6193,10 @@ F: include/linux/fscache*.h FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT M: Theodore Y. Ts'o <tytso@mit.edu> M: Jaegeuk Kim <jaegeuk@kernel.org> +M: Eric Biggers <ebiggers@kernel.org> L: linux-fscrypt@vger.kernel.org Q: https://patchwork.kernel.org/project/linux-fscrypt/list/ -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git +T: git git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git S: Supported F: fs/crypto/ F: include/linux/fscrypt*.h
Also update the location of the git tree as we will be using a shared git tree. Signed-off-by: Theodore Ts'o <tytso@mit.edu> --- (This is assuming we get the git tree location that I requested in the ticket to Konstantin and his team, of course.) MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)