Fix shrink_dcache_anon() LRU list accesses.
It would potentially remove dentries from the LRU list without re-initializing the d_lru fields, causing later accesses to that dentry to do bad things to the LRU list.
Showing
Please register or sign in to comment