From: Ryusuke Konishi Date: Mon, 20 Sep 2010 09:19:06 +0000 (+0900) Subject: nilfs2: add bdev freeze/thaw support X-Git-Tag: v2.6.37-rc1~150^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5beb6e0b2008386571fd342d0a4a14f5c8c0baf8;p=pandora-kernel.git nilfs2: add bdev freeze/thaw support Nilfs hasn't supported the freeze/thaw feature because it didn't work due to the peculiar design that multiple super block instances could be allocated for a device. This limitation was removed by the patch "nilfs2: do not allocate multiple super block instances for a device". So now this adds the freeze/thaw support to nilfs. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed