Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287084
b: refs/heads/master
c: 6c69494
h: refs/heads/master
v: v3
  • Loading branch information
Joern Engel authored and Prasad Joshi committed Jan 28, 2012
1 parent 1e9faef commit 6c4d389
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 756ccb3c351e425ad5544ff1a92cfe6bec83b904
refs/heads/master: 6c69494f6b442834f26377e02d43fc8e1272221d
1 change: 0 additions & 1 deletion trunk/fs/logfs/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6c4d389

Please sign in to comment.