diff options
author | Nick Piggin <npiggin@suse.de> | 2010-10-10 05:36:24 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-10-25 21:26:12 -0400 |
commit | 265ac90230257e9c035e4b0c63a0c11c5336e93c (patch) | |
tree | 7bb17007af9812137eb2060fd9ef979e049f7acd /arch | |
parent | 312d3ca856d369bb04d0443846b85b4cdde6fa8a (diff) | |
download | kernel_replicant_linux-265ac90230257e9c035e4b0c63a0c11c5336e93c.tar.gz kernel_replicant_linux-265ac90230257e9c035e4b0c63a0c11c5336e93c.tar.bz2 kernel_replicant_linux-265ac90230257e9c035e4b0c63a0c11c5336e93c.zip |
fs: improve DCACHE_REFERENCED usage
dentry referenced bit is only set when installing the dentry back
onto the LRU. However with lazy LRU, the dentry can already be on
the LRU list at dput time, thus missing out on setting the referenced
bit. Fix this.
Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions