Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157461
b: refs/heads/master
c: 2395ecd
h: refs/heads/master
i:
  157459: 425df57
v: v3
  • Loading branch information
Vitaliy Gusev authored and Martin Schwidefsky committed Sep 11, 2009
1 parent 87a0f0b commit e31f22d
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: c114728af2acdca0bd8b1d2f5792e393c775f5fc
refs/heads/master: 2395ecd98f028b16a6200eb81108a0f67461d16b
4 changes: 0 additions & 4 deletions trunk/arch/s390/hypfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,7 @@ static struct dentry *hypfs_create_file(struct super_block *sb,
{
struct dentry *dentry;
struct inode *inode;
struct qstr qname;

qname.name = name;
qname.len = strlen(name);
qname.hash = full_name_hash(name, qname.len);
mutex_lock(&parent->d_inode->i_mutex);
dentry = lookup_one_len(name, parent, strlen(name));
if (IS_ERR(dentry)) {
Expand Down

0 comments on commit e31f22d

Please sign in to comment.