erofs-utils: update my outdated misleading email address
authorGao Xiang <xiang@kernel.org>
Fri, 8 Mar 2024 07:24:29 +0000 (15:24 +0800)
committerGao Xiang <xiang@kernel.org>
Fri, 8 Mar 2024 07:38:13 +0000 (15:38 +0800)
The @kernel.org one is always preferred through.

Signed-off-by: Gao Xiang <xiang@kernel.org>
13 files changed:
include/erofs/cache.h
include/erofs/compress.h
include/erofs/defs.h
include/erofs/inode.h
include/erofs/internal.h
lib/cache.c
lib/compress.c
lib/compressor.c
lib/compressor.h
lib/compressor_lz4.c
lib/compressor_lz4hc.c
lib/inode.c
lib/zmap.c

index 11fc6ab7e2bb452e6e4b75472a36bebee87f4136..350cec685bf6d33591faffa0bcf2fa9d34f980dc 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (C) 2018 HUAWEI, Inc.
  *             http://www.huawei.com/
  * Created by Miao Xie <miaoxie@huawei.com>
- * with heavy changes by Gao Xiang <gaoxiang25@huawei.com>
+ * with heavy changes by Gao Xiang <xiang@kernel.org>
  */
 #ifndef __EROFS_CACHE_H
 #define __EROFS_CACHE_H
index 046640b4037d1d8ecd2a869b37066875c6bab850..b3272f76fb8918facd3e0408423f386098ed112f 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Copyright (C) 2019 HUAWEI, Inc.
  *             http://www.huawei.com/
- * Created by Gao Xiang <gaoxiang25@huawei.com>
+ * Created by Gao Xiang <xiang@kernel.org>
  */
 #ifndef __EROFS_COMPRESS_H
 #define __EROFS_COMPRESS_H
index 4ea9a55ec0e961726e74274c0af3174d177981d7..5b620549c84dc33e7f1aebc45a6eeb6ae1fabe71 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (C) 2018 HUAWEI, Inc.
  *             http://www.huawei.com/
  * Created by Li Guifu <bluce.liguifu@huawei.com>
- * Modified by Gao Xiang <gaoxiang25@huawei.com>
+ * Modified by Gao Xiang <xiang@kernel.org>
  */
 #ifndef __EROFS_DEFS_H
 #define __EROFS_DEFS_H
index cbc57b3d1c03f775dc42759c502dc7b0ef3f9cfe..d5a732ac8d8dfa0f4a264d33e8ef39300d6827ae 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (C) 2018-2019 HUAWEI, Inc.
  *             http://www.huawei.com/
  * Created by Li Guifu <bluce.liguifu@huawei.com>
- * with heavy changes by Gao Xiang <gaoxiang25@huawei.com>
+ * with heavy changes by Gao Xiang <xiang@kernel.org>
  */
 #ifndef __EROFS_INODE_H
 #define __EROFS_INODE_H
index 82797e1af545925fb5d31142edbcdece2b6d235b..5e968d637e88f18a8d0338559d1eccb10f16fe5b 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Copyright (C) 2019 HUAWEI, Inc.
  *             http://www.huawei.com/
- * Created by Gao Xiang <gaoxiang25@huawei.com>
+ * Created by Gao Xiang <xiang@kernel.org>
  */
 #ifndef __EROFS_INTERNAL_H
 #define __EROFS_INTERNAL_H
index 393b27505dd14c37eb277868c9deb99c127763a6..0a880610f4a156bb5958100cce587f49e084922d 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (C) 2018-2019 HUAWEI, Inc.
  *             http://www.huawei.com/
  * Created by Miao Xie <miaoxie@huawei.com>
- * with heavy changes by Gao Xiang <gaoxiang25@huawei.com>
+ * with heavy changes by Gao Xiang <xiang@kernel.org>
  */
 #include <stdlib.h>
 #include <erofs/cache.h>
index 961110255bf86b6dd862a41226b8d8910c9b3530..4101009a8acd01a6e9d14ab11c8d044ef0cded17 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (C) 2018-2019 HUAWEI, Inc.
  *             http://www.huawei.com/
  * Created by Miao Xie <miaoxie@huawei.com>
- * with heavy changes by Gao Xiang <gaoxiang25@huawei.com>
+ * with heavy changes by Gao Xiang <xiang@kernel.org>
  */
 #ifndef _LARGEFILE64_SOURCE
 #define _LARGEFILE64_SOURCE
index 4720e72d7609fdeb39c6c79a25bc4f1f5a3edbd8..58eae2ac1f703e97d6d037a51559abad92c4cc00 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Copyright (C) 2018-2019 HUAWEI, Inc.
  *             http://www.huawei.com/
- * Created by Gao Xiang <gaoxiang25@huawei.com>
+ * Created by Gao Xiang <xiang@kernel.org>
  */
 #include "erofs/internal.h"
 #include "compressor.h"
index d8ccf2e7ad87df51867633b4f62109bf02901890..96f2d2109e85ce69c2c8cd00e1b47c7f009a2dfd 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Copyright (C) 2018-2019 HUAWEI, Inc.
  *             http://www.huawei.com/
- * Created by Gao Xiang <gaoxiang25@huawei.com>
+ * Created by Gao Xiang <xiang@kernel.org>
  */
 #ifndef __EROFS_LIB_COMPRESSOR_H
 #define __EROFS_LIB_COMPRESSOR_H
index f4e72c317deca311603b5b99f6bf7299addb244e..5ecfd3e4f903be738312e5fd0cd11197241c8652 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Copyright (C) 2018-2019 HUAWEI, Inc.
  *             http://www.huawei.com/
- * Created by Gao Xiang <gaoxiang25@huawei.com>
+ * Created by Gao Xiang <xiang@kernel.org>
  */
 #include <lz4.h>
 #include "erofs/internal.h"
index 6fc8847dad4d6add523bd0f0ed0d84642da54826..f354b84df98e63334edcf988372b9e991763a3f0 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Copyright (C) 2018-2019 HUAWEI, Inc.
  *             http://www.huawei.com/
- * Created by Gao Xiang <gaoxiang25@huawei.com>
+ * Created by Gao Xiang <xiang@kernel.org>
  */
 #define LZ4_HC_STATIC_LINKING_ONLY (1)
 #include <lz4hc.h>
index 2a9b18cd2775a302e37e16f8eefc3c7317a9e8a7..ac00228e711968bb605a1836ae21711890d800c6 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (C) 2018-2019 HUAWEI, Inc.
  *             http://www.huawei.com/
  * Created by Li Guifu <bluce.liguifu@huawei.com>
- * with heavy changes by Gao Xiang <gaoxiang25@huawei.com>
+ * with heavy changes by Gao Xiang <xiang@kernel.org>
  */
 #define _GNU_SOURCE
 #include <string.h>
index 12eb426687115c12b3604befbb7327d8c0e9da91..2ec8505cf95a73c47deb3c4682272f238404b1d0 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2018-2019 HUAWEI, Inc.
  *             https://www.huawei.com/
- * Created by Gao Xiang <gaoxiang25@huawei.com>
+ * Created by Gao Xiang <xiang@kernel.org>
  * Modified by Huang Jianan <huangjianan@oppo.com>
  */
 #include "erofs/io.h"