Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107432
b: refs/heads/master
c: 866d5dc
h: refs/heads/master
v: v3
  • Loading branch information
Barry Naujok authored and Niv Sardi committed Jul 28, 2008
1 parent 766edd9 commit 92e1f6b
Show file tree
Hide file tree
Showing 2 changed files with 6 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: d3689d7687dbbc46c5004557d53349f6952fbc93
refs/heads/master: 866d5dc974682c6247d5fde94dbc6545f864e7d7
6 changes: 5 additions & 1 deletion trunk/fs/xfs/linux-2.6/xfs_iops.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,11 @@ xfs_vn_ci_lookup(
if (unlikely(error)) {
if (unlikely(error != ENOENT))
return ERR_PTR(-error);
d_add(dentry, NULL);
/*
* call d_add(dentry, NULL) here when d_drop_negative_children
* is called in xfs_vn_mknod (ie. allow negative dentries
* with CI filesystems).
*/
return NULL;
}

Expand Down

0 comments on commit 92e1f6b

Please sign in to comment.