Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231243
b: refs/heads/master
c: 6f7f7ca
h: refs/heads/master
i:
  231241: ccfe5ae
  231239: fefa931
v: v3
  • Loading branch information
Linus Torvalds committed Jan 14, 2011
1 parent 98660dc commit 5907a17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d018b6f4f1539f3679fbdc2d02d58d09e76be84a
refs/heads/master: 6f7f7caab259026234277b659485d22c1dcb1ab4
4 changes: 2 additions & 2 deletions trunk/fs/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1357,8 +1357,8 @@ EXPORT_SYMBOL(d_alloc_name);

void d_set_d_op(struct dentry *dentry, const struct dentry_operations *op)
{
BUG_ON(dentry->d_op);
BUG_ON(dentry->d_flags & (DCACHE_OP_HASH |
WARN_ON_ONCE(dentry->d_op);
WARN_ON_ONCE(dentry->d_flags & (DCACHE_OP_HASH |
DCACHE_OP_COMPARE |
DCACHE_OP_REVALIDATE |
DCACHE_OP_DELETE ));
Expand Down

0 comments on commit 5907a17

Please sign in to comment.