提交 6c69494f 编写于 作者: J Joern Engel 提交者: Prasad Joshi

logfs: remove useless BUG_ON

It prevents write sizes >4k.
Signed-off-by: NJoern Engel <joern@logfs.org>
上级 756ccb3c
......@@ -612,7 +612,6 @@ static size_t __logfs_write_je(struct super_block *sb, void *buf, u16 type,
if (len == 0)
return logfs_write_header(super, header, 0, type);
BUG_ON(len > sb->s_blocksize);
compr_len = logfs_compress(buf, data, len, sb->s_blocksize);
if (compr_len < 0 || type == JE_ANCHOR) {
memcpy(data, buf, len);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册