diff options
author | Christoph Hellwig <[email protected]> | 2023-02-16 07:31:10 +0100 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2023-02-16 11:53:01 -0800 |
commit | 88d355832e09f5dd30d2df4c22c4e8129c3cce3c (patch) | |
tree | 80e18d2b7e67eb78b89be9d7d4afda22a503438c | |
parent | a8cd2990b694ed2c0ef0e8fc80686c664b4ebbe5 (diff) |
stop mainaining UUID
The uuid code is very low maintainance now that the major overhaul
has completed, and doesn't need it's own tree. All the recent work
has been done by Andy who'd like to stay on as a reviewer without an
explicit tree.
Signed-off-by: Christoph Hellwig <[email protected]>
Acked-by: Andy Shevchenko <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 225c3ce347a2..6a47510d1592 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21818,11 +21818,9 @@ W: http://en.wikipedia.org/wiki/Util-linux T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git UUID HELPERS -M: Christoph Hellwig <[email protected]> R: Andy Shevchenko <[email protected]> S: Maintained -T: git git://git.infradead.org/users/hch/uuid.git F: include/linux/uuid.h F: include/uapi/linux/uuid.h F: lib/test_uuid.c |