diff options
Diffstat (limited to 'fs/erofs/zpvec.h')
-rw-r--r-- | fs/erofs/zpvec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/erofs/zpvec.h b/fs/erofs/zpvec.h index 95a620739e6a..dfd7fe0503bb 100644 --- a/fs/erofs/zpvec.h +++ b/fs/erofs/zpvec.h @@ -2,7 +2,6 @@ /* * Copyright (C) 2018 HUAWEI, Inc. * https://www.huawei.com/ - * Created by Gao Xiang <gaoxiang25@huawei.com> */ #ifndef __EROFS_FS_ZPVEC_H #define __EROFS_FS_ZPVEC_H @@ -151,4 +150,3 @@ z_erofs_pagevec_dequeue(struct z_erofs_pagevec_ctor *ctor, return tagptr_unfold_ptr(t); } #endif - |