]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nilfs2: add bdev freeze/thaw support
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Mon, 20 Sep 2010 09:19:06 +0000 (18:19 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Sat, 23 Oct 2010 00:24:39 +0000 (09:24 +0900)
commit5beb6e0b2008386571fd342d0a4a14f5c8c0baf8
treeb5b86e48c3fe5041ce495ca9bee2e5f93f788293
parentc05dbfc2609993ccc067879579e2a7726e12b3f1
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 <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/ioctl.c
fs/nilfs2/segment.c
fs/nilfs2/super.c