Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4458
b: refs/heads/master
c: 8fabed4
h: refs/heads/master
v: v3
  • Loading branch information
Todd Poynor authored and Thomas Gleixner committed May 23, 2005
1 parent fda3a9d commit a25838e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 15266bb74d0156556f9541c9817b778286ffe5d6
refs/heads/master: 8fabed4a0f78623236c035de0984beeacb8096d8
4 changes: 2 additions & 2 deletions trunk/fs/jffs2/nodelist.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* For licensing information, see the file 'LICENCE' in this directory.
*
* $Id: nodelist.c,v 1.90 2004/12/08 17:59:20 dwmw2 Exp $
* $Id: nodelist.c,v 1.92 2005/01/19 19:22:00 tpoynor Exp $
*
*/

Expand Down Expand Up @@ -127,7 +127,7 @@ int jffs2_get_inode_nodes(struct jffs2_sb_info *c, struct jffs2_inode_info *f,

valid_ref = jffs2_first_valid_node(f->inocache->nodes);

if (!valid_ref)
if (!valid_ref && (f->inocache->ino != 1))
printk(KERN_WARNING "Eep. No valid nodes for ino #%u\n", f->inocache->ino);

while (valid_ref) {
Expand Down

0 comments on commit a25838e

Please sign in to comment.