Skip to content

Commit 31e1be6

Browse files
committed
MAINTAINERS: update fscrypt git repo
fscrypt.git is being renamed to linux.git, so update MAINTAINERS accordingly. (The reasons for the rename are to match what I'm doing for the new fsverity repo, which also involves the branch names changing to be clearer; and to avoid ambiguity with userspace tools.) As long as I'm updating the fscrypt MAINTAINERS entry anyway, also: - Move my name to the top, so that people bother me first if they just choose the first person. (In practice I'm the primary maintainer, and Ted and Jaegeuk are backups.) - Remove an unnecessary wildcard. Signed-off-by: Eric Biggers <ebiggers@google.com> Link: https://lore.kernel.org/r/20230116233424.65657-1-ebiggers@kernel.org
1 parent 5dc4c99 commit 31e1be6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MAINTAINERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8468,16 +8468,16 @@ F: fs/fscache/
84688468
F: include/linux/fscache*.h
84698469

84708470
FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
8471+
M: Eric Biggers <ebiggers@kernel.org>
84718472
M: Theodore Y. Ts'o <tytso@mit.edu>
84728473
M: Jaegeuk Kim <jaegeuk@kernel.org>
8473-
M: Eric Biggers <ebiggers@kernel.org>
84748474
L: linux-fscrypt@vger.kernel.org
84758475
S: Supported
84768476
Q: https://patchwork.kernel.org/project/linux-fscrypt/list/
8477-
T: git git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git
8477+
T: git https://git.kernel.org/pub/scm/fs/fscrypt/linux.git
84788478
F: Documentation/filesystems/fscrypt.rst
84798479
F: fs/crypto/
8480-
F: include/linux/fscrypt*.h
8480+
F: include/linux/fscrypt.h
84818481
F: include/uapi/linux/fscrypt.h
84828482

84838483
FSI SUBSYSTEM

0 commit comments

Comments
 (0)