diff --git a/[refs] b/[refs] index 0fa5ec5f2da2..076451960891 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 756ccb3c351e425ad5544ff1a92cfe6bec83b904 +refs/heads/master: 6c69494f6b442834f26377e02d43fc8e1272221d diff --git a/trunk/fs/logfs/journal.c b/trunk/fs/logfs/journal.c index 9da29706f91c..1e1c369df22b 100644 --- a/trunk/fs/logfs/journal.c +++ b/trunk/fs/logfs/journal.c @@ -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);