From: Ryusuke Konishi Date: Sun, 7 Jun 2009 16:39:33 +0000 (+0900) Subject: nilfs2: get rid of bd_mount_sem use from nilfs X-Git-Tag: v2.6.31-rc1~375^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa7dfb8954ccf49e026ba13d12991a4eb7defb96;p=pandora-kernel.git nilfs2: get rid of bd_mount_sem use from nilfs This will remove every bd_mount_sem use in nilfs. The intended exclusion control was replaced by the previous patch ("nilfs2: correct exclusion control in nilfs_remount function") for nilfs_remount(), and this patch will replace remains with a new mutex that this inserts in nilfs object. Signed-off-by: Ryusuke Konishi Cc: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed