Loading fs/jffs2/readinode.c +1 −1 Original line number Diff line number Diff line Loading @@ -1366,7 +1366,7 @@ int jffs2_do_read_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, jffs2_add_ino_cache(c, f->inocache); } if (!f->inocache) { JFFS2_ERROR("requestied to read an nonexistent ino %u\n", ino); JFFS2_ERROR("requested to read a nonexistent ino %u\n", ino); return -ENOENT; } Loading Loading
fs/jffs2/readinode.c +1 −1 Original line number Diff line number Diff line Loading @@ -1366,7 +1366,7 @@ int jffs2_do_read_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, jffs2_add_ino_cache(c, f->inocache); } if (!f->inocache) { JFFS2_ERROR("requestied to read an nonexistent ino %u\n", ino); JFFS2_ERROR("requested to read a nonexistent ino %u\n", ino); return -ENOENT; } Loading