From: Ryusuke Konishi Date: Wed, 8 Sep 2010 17:07:56 +0000 (+0900) Subject: nilfs2: simplify life cycle management of nilfs object X-Git-Tag: v2.6.37-rc1~150^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=348fe8da13621b3d14ab2d156e74551611997017;p=pandora-kernel.git 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 --- Reading git-diff-tree failed