Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27736
b: refs/heads/master
c: 373d5e7
h: refs/heads/master
v: v3
  • Loading branch information
Richard Purdie authored and Richard Purdie committed Apr 18, 2006
1 parent 55fb52c commit 122c48e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e62e8c2c7b1e3387d73ecb3f7539314b7a9931e
refs/heads/master: 373d5e71833978fe3d91264d86857762bb92cfe2
3 changes: 3 additions & 0 deletions trunk/fs/jffs2/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ static struct dentry *jffs2_lookup(struct inode *dir_i, struct dentry *target,

D1(printk(KERN_DEBUG "jffs2_lookup()\n"));

if (target->d_name.len > JFFS2_MAX_NAME_LEN)
return ERR_PTR(-ENAMETOOLONG);

dir_f = JFFS2_INODE_INFO(dir_i);
c = JFFS2_SB_INFO(dir_i->i_sb);

Expand Down

0 comments on commit 122c48e

Please sign in to comment.