diff options
author | Gao Xiang <hsiangkao@linux.alibaba.com> | 2022-05-07 03:46:11 +0800 |
---|---|---|
committer | Gao Xiang <hsiangkao@linux.alibaba.com> | 2022-05-17 23:38:13 +0800 |
commit | 1f7aa6caefce17337a5563f5bedc437dc85c5b1c (patch) | |
tree | c0503ddbab6040c3b77899676f22012da40b2b79 /fs/erofs/inode.c | |
parent | 1e59af07c7f361bbe64779ea93546f88f433b912 (diff) |
erofs: remove obsoleted comments
Some comments haven't been useful anymore since the code updated.
Let's drop them instead.
Link: https://lore.kernel.org/r/20220506194612.117120-2-hsiangkao@linux.alibaba.com
Reviewed-by: Yue Hu <huyue2@coolpad.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Diffstat (limited to 'fs/erofs/inode.c')
-rw-r--r-- | fs/erofs/inode.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/erofs/inode.c b/fs/erofs/inode.c index e8b37ba5e9ad..4b2b1f357972 100644 --- a/fs/erofs/inode.c +++ b/fs/erofs/inode.c @@ -8,11 +8,6 @@ #include <trace/events/erofs.h> -/* - * if inode is successfully read, return its inode page (or sometimes - * the inode payload page if it's an extended inode) in order to fill - * inline data if possible. - */ static void *erofs_read_inode(struct erofs_buf *buf, struct inode *inode, unsigned int *ofs) { |