Al Viro dde194a64b afs: fix sget() races, close leak on umount
* set ->s_fs_info in set() callback passed to sget()
* allocate the thing and set it up enough for afs_test_super() before
making it visible
* have it freed in ->kill_sb() (current tree simply leaks it)
* have ->put_super() leave ->s_fs_info->volume alone; it's too early for
dropping it; do that from ->kill_sb() after having called kill_anon_super().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2011-06-12 17:45:36 -04:00
..
2008-04-29 08:06:26 -07:00
2007-07-16 09:05:43 -07:00
2007-07-16 09:05:43 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-05-21 18:31:28 -04:00
2010-10-05 11:02:04 +02:00
2009-04-03 16:42:41 +01:00
2009-04-09 10:41:19 -07:00
2011-02-25 11:12:37 -08:00