Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250438
b: refs/heads/master
c: 4c95452
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed May 13, 2011
1 parent a9eb1df commit 321105c
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: fe79c05f03777acf87acc54fa3ad357ed5ee3b81
refs/heads/master: 4c9545200a3bd9e87b36475c263034a38be02e44
2 changes: 1 addition & 1 deletion trunk/fs/ubifs/recovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ int ubifs_recover_size(struct ubifs_info *c)
if (inode->i_size < e->d_size) {
dbg_rcvry("ino %lu size %lld -> %lld",
(unsigned long)e->inum,
e->d_size, inode->i_size);
inode->i_size, e->d_size);
inode->i_size = e->d_size;
ubifs_inode(inode)->ui_size = e->d_size;
e->inode = inode;
Expand Down

0 comments on commit 321105c

Please sign in to comment.