Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77897
b: refs/heads/master
c: 01f4adc
h: refs/heads/master
i:
  77895: 459e032
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Theodore Ts'o committed Jan 29, 2008
1 parent c8eefa3 commit 0600b09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 221879c927df05280283a4de6124806c17cc44d4
refs/heads/master: 01f4adc04480a4e0395906d0268c056cf09c39c0
4 changes: 0 additions & 4 deletions trunk/fs/ext4/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -861,14 +861,10 @@ static struct buffer_head * ext4_find_entry (struct dentry *dentry,
int i, err;
struct inode *dir = dentry->d_parent->d_inode;
int namelen;
const u8 *name;
unsigned blocksize;

*res_dir = NULL;
sb = dir->i_sb;
blocksize = sb->s_blocksize;
namelen = dentry->d_name.len;
name = dentry->d_name.name;
if (namelen > EXT4_NAME_LEN)
return NULL;
if (is_dx(dir)) {
Expand Down

0 comments on commit 0600b09

Please sign in to comment.