Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190913
b: refs/heads/master
c: ad34263
h: refs/heads/master
i:
  190911: 064ea1f
v: v3
  • Loading branch information
Joern Engel committed May 1, 2010
1 parent 65fdf9b commit 34e5a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 2e531fa0d0868f5114c2b3a782ab02eb9d6f914d
refs/heads/master: ad342631f13d40aa787b9e5aaf4800f10d6c3647
2 changes: 1 addition & 1 deletion trunk/fs/logfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ static int __logfs_read_sb(struct super_block *sb)

page = find_super_block(sb);
if (!page)
return -EIO;
return -EINVAL;

ds = page_address(page);
super->s_size = be64_to_cpu(ds->ds_filesystem_size);
Expand Down

0 comments on commit 34e5a59

Please sign in to comment.