Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223311
b: refs/heads/master
c: 6d5c3aa
h: refs/heads/master
i:
  223309: 0e8d1d6
  223307: a59b4c9
  223303: 4a0b70e
  223295: 2c23e17
v: v3
  • Loading branch information
Aaro Koskinen authored and Theodore Ts'o committed Dec 15, 2010
1 parent 9440b2c commit e5cf004
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: 1449032be17abb69116dbc393f67ceb8bd034f92
refs/heads/master: 6d5c3aa84b3e431f2d0fc39c73c867d1a4dd8cff
2 changes: 1 addition & 1 deletion trunk/fs/ext4/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ static struct buffer_head * ext4_find_entry (struct inode *dir,
if (namelen > EXT4_NAME_LEN)
return NULL;
if ((namelen <= 2) && (name[0] == '.') &&
(name[1] == '.' || name[1] == '0')) {
(name[1] == '.' || name[1] == '\0')) {
/*
* "." or ".." will only be in the first block
* NFS may look up ".."; "." should be handled by the VFS
Expand Down

0 comments on commit e5cf004

Please sign in to comment.