git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13f3583
)
fs/super.c: fix lru_list leak for real
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 1 Oct 2013 17:11:21 +0000
(13:11 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 1 Oct 2013 17:11:21 +0000
(13:11 -0400)
Freeing ->s_{inode,dentry}_lru in deactivate_locked_super() is wrong;
the right place is destroy_super(). As it is, we leak them if sget()
decides that new superblock it has allocated (and never shown to
anybody) isn't needed and should be freed.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/super.c
patch
|
blob
|
history
diff --cc
fs/super.c
Simple merge