]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/super.c
no need for list_for_each_entry_safe()/resetting with superblock list
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 24 Jul 2010 22:31:46 +0000 (02:31 +0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 9 Aug 2010 20:49:02 +0000 (16:49 -0400)
commitdca332528bc69e05f67161e1ed59929633d5e63d
tree0ec5576d52bead57c73983d2412cfe71814b5f8d
parent7a4dec53897ecd3367efb1e12fe8a4edc47dc0e9
no need for list_for_each_entry_safe()/resetting with superblock list

just delay __put_super() a bit

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/dcache.c
fs/super.c