projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe79c05
)
UBIFS: fix debugging message
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Mon, 2 May 2011 18:43:54 +0000
(21:43 +0300)
committer
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Fri, 13 May 2011 16:23:56 +0000
(19:23 +0300)
When recovering the inode size, one of the debugging messages was printed
incorrecly, this patches fixes it.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/recovery.c
patch
|
blob
|
history
diff --git
a/fs/ubifs/recovery.c
b/fs/ubifs/recovery.c
index
d28db1e
..
596dede
100644
(file)
--- a/
fs/ubifs/recovery.c
+++ b/
fs/ubifs/recovery.c
@@
-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;