summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-04-02 19:22:25 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2012-04-09 01:39:22 -0400
commit640946f20390e492694f9d7470656f2262385951 (patch)
treefb79454083149c59bd25ca09eab96b7028d3299f /Documentation
parentc65390f4dd49755863f6d772ec538ee4757c08d7 (diff)
dentry leak in simple_fill_super() failure exit
d_genocide() does _not_ evict dentries; it just removes extra ref pinning each of those. Normally it's followed by shrinking the tree (it's done just before generic_shutdown_super() by kill_litter_super()), but in case of simple_fill_super() nothing of that kind will follow. Just do shrink_dcache_parent() manually. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions