Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4004
b: refs/heads/master
c: 1c71e22
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig authored and Linus Torvalds committed Jun 30, 2005
1 parent a2da33d commit 6077578
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: 532a39a3754a3b8ce507414863023f8db21f9a7c
refs/heads/master: 1c71e22e4e4b4e7261f147635518d5634136c226
4 changes: 0 additions & 4 deletions trunk/fs/udf/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,7 @@ udf_find_entry(struct inode *dir, struct dentry *dentry,
uint32_t extoffset, elen, offset;
struct buffer_head *bh = NULL;

if (!dir)
return NULL;

size = (udf_ext0_offset(dir) + dir->i_size) >> 2;

f_pos = (udf_ext0_offset(dir) >> 2);

fibh->soffset = fibh->eoffset = (f_pos & ((dir->i_sb->s_blocksize - 1) >> 2)) << 2;
Expand Down

0 comments on commit 6077578

Please sign in to comment.