diff mbox series

MAINTAINERS: update fscrypt git repo

Message ID 20230116233424.65657-1-ebiggers@kernel.org
State New
Delegated to: Richard Weinberger
Headers show
Series MAINTAINERS: update fscrypt git repo | expand

Commit Message

Eric Biggers Jan. 16, 2023, 11:34 p.m. UTC
From: Eric Biggers <ebiggers@google.com>

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>
---
 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: 5dc4c995db9eb45f6373a956eb1f69460e69e6d4

Comments

patchwork-bot+f2fs@kernel.org Feb. 28, 2023, 1:01 a.m. UTC | #1
Hello:

This patch was applied to jaegeuk/f2fs.git (dev)
by Eric Biggers <ebiggers@google.com>:

On Mon, 16 Jan 2023 15:34:24 -0800 you wrote:
> From: Eric Biggers <ebiggers@google.com>
> 
> 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.)
> 
> [...]

Here is the summary with links:
  - [f2fs-dev] MAINTAINERS: update fscrypt git repo
    https://git.kernel.org/jaegeuk/f2fs/c/31e1be62abde

You are awesome, thank you!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 42fc47c6edfd7..8d0ee9f17b4d4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8468,16 +8468,16 @@  F:	fs/fscache/
 F:	include/linux/fscache*.h
 
 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
+M:	Eric Biggers <ebiggers@kernel.org>
 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
 S:	Supported
 Q:	https://patchwork.kernel.org/project/linux-fscrypt/list/
-T:	git git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git
+T:	git https://git.kernel.org/pub/scm/fs/fscrypt/linux.git
 F:	Documentation/filesystems/fscrypt.rst
 F:	fs/crypto/
-F:	include/linux/fscrypt*.h
+F:	include/linux/fscrypt.h
 F:	include/uapi/linux/fscrypt.h
 
 FSI SUBSYSTEM