Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176946
b: refs/heads/master
c: e670e41
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and David Woodhouse committed Nov 30, 2009
1 parent 9140741 commit 2af2fe6
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: 895fb49459227edbb4a4e5a2b5e9d12c34640f84
refs/heads/master: e670e41ae0f329487e5a5c357510c6798b0d80b4
2 changes: 1 addition & 1 deletion trunk/fs/jffs2/readinode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ static int jffs2_do_read_inode_internal(struct jffs2_sb_info *c,
f->target = NULL;
mutex_unlock(&f->sem);
jffs2_do_clear_inode(c, f);
return -ret;
return ret;
}

f->target[je32_to_cpu(latest_node->csize)] = '\0';
Expand Down

0 comments on commit 2af2fe6

Please sign in to comment.