aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/erofs/inode.c
diff options
context:
space:
mode:
authorGao Xiang <hsiangkao@linux.alibaba.com>2022-05-07 03:46:11 +0800
committerGao Xiang <hsiangkao@linux.alibaba.com>2022-05-17 23:38:13 +0800
commit1f7aa6caefce17337a5563f5bedc437dc85c5b1c (patch)
treec0503ddbab6040c3b77899676f22012da40b2b79 /fs/erofs/inode.c
parenterofs: do not prompt for risk any more when using big pcluster (diff)
downloadwireguard-linux-1f7aa6caefce17337a5563f5bedc437dc85c5b1c.tar.xz
wireguard-linux-1f7aa6caefce17337a5563f5bedc437dc85c5b1c.zip
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.c5
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)
{