diff options
Diffstat (limited to 'fs/jffs2/nodelist.c')
-rw-r--r-- | fs/jffs2/nodelist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jffs2/nodelist.c b/fs/jffs2/nodelist.c index a04111530f4d..9d08d3388186 100644 --- a/fs/jffs2/nodelist.c +++ b/fs/jffs2/nodelist.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * | 7 | * |
8 | * For licensing information, see the file 'LICENCE' in this directory. | 8 | * For licensing information, see the file 'LICENCE' in this directory. |
9 | * | 9 | * |
10 | * $Id: nodelist.c,v 1.99 2005/07/15 10:13:54 dedekind Exp $ | 10 | * $Id: nodelist.c,v 1.100 2005/07/22 10:32:08 dedekind Exp $ |
11 | * | 11 | * |
12 | */ | 12 | */ |
13 | 13 | ||
@@ -203,7 +203,7 @@ read_direntry(struct jffs2_sb_info *c, | |||
203 | return -EIO; | 203 | return -EIO; |
204 | 204 | ||
205 | if (unlikely(err)) { | 205 | if (unlikely(err)) { |
206 | printk(KERN_WARNING "Read remainder of name in jffs2_get_inode_nodes(): error %d\n", err); | 206 | printk(KERN_WARNING "Read remainder of name: error %d\n", err); |
207 | jffs2_free_full_dirent(fd); | 207 | jffs2_free_full_dirent(fd); |
208 | return -EIO; | 208 | return -EIO; |
209 | } | 209 | } |