commit | 348fe8da13621b3d14ab2d156e74551611997017 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Thu Sep 09 02:07:56 2010 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sat Oct 23 09:24:36 2010 +0900 |
tree | 82e60058d2af36e5f6e8bb7851b5b25ba3e72909 | |
parent | f11459ad7dab9e9eb5a05b8bd3bec338ea8f485d [diff] |
nilfs2: simplify life cycle management of nilfs object This stops pre-allocating nilfs object in nilfs_get_sb routine, and stops managing its life cycle by reference counting. nilfs_find_or_create_nilfs() function, nilfs->ns_mount_mutex, nilfs_objects list, and the reference counter will be removed through the simplification. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>