diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-06-29 02:24:18 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-06-29 02:24:18 +0300 |
commit | 7aed4d57b113f81214bea1ddb10480f620ade800 (patch) | |
tree | 3c7c7a834cbd90091f6212a0a59c42422aeeddd1 /fs/erofs/zdata.h | |
parent | a58e203530ebdf6e5413bebc7f976d756188a4b5 (diff) | |
parent | 8215d5b7f15f8643bf12fe005b2bc0cc322aff62 (diff) | |
download | linux-7aed4d57b113f81214bea1ddb10480f620ade800.tar.xz |
Merge tag 'erofs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Pull erofs updates from Gao Xiang:
"No noticable change available for this cycle. Just a bugfix related to
sb chksum feature, two minor cleanups and Chao's email address update:
- fix wrong error code overwritten due to sb checksum feature
- two minor cleanups
- update Chao's email address"
* tag 'erofs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
MAINTAINERS: erofs: update my email address
erofs: clean up file headers & footers
erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()
erofs: fix error return code in erofs_read_superblock()
Diffstat (limited to 'fs/erofs/zdata.h')
-rw-r--r-- | fs/erofs/zdata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/erofs/zdata.h b/fs/erofs/zdata.h index 942ee69dff6a..3a008f1b9f78 100644 --- a/fs/erofs/zdata.h +++ b/fs/erofs/zdata.h @@ -2,7 +2,6 @@ /* * Copyright (C) 2018 HUAWEI, Inc. * https://www.huawei.com/ - * Created by Gao Xiang <gaoxiang25@huawei.com> */ #ifndef __EROFS_FS_ZDATA_H #define __EROFS_FS_ZDATA_H |