Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144812
b: refs/heads/master
c: c490d79
h: refs/heads/master
v: v3
  • Loading branch information
npiggin@suse.de authored and Al Viro committed May 9, 2009
1 parent 5bbffd1 commit bb8ed6a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a731d12d6ddd1e703770cacb5dfecb155b03ee06
refs/heads/master: c490d79bb70c549e096099576b1df40a8810b0d8
2 changes: 1 addition & 1 deletion trunk/fs/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ static void __shrink_dcache_sb(struct super_block *sb, int *count, int flags)
if ((flags & DCACHE_REFERENCED)
&& (dentry->d_flags & DCACHE_REFERENCED)) {
dentry->d_flags &= ~DCACHE_REFERENCED;
list_move_tail(&dentry->d_lru, &referenced);
list_move(&dentry->d_lru, &referenced);
spin_unlock(&dentry->d_lock);
} else {
list_move_tail(&dentry->d_lru, &tmp);
Expand Down

0 comments on commit bb8ed6a

Please sign in to comment.