commit | 9ff05123e3bfbb1d2b68ba1d9bf1f7d1dffc1453 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Mon Apr 06 19:01:37 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 07 08:31:15 2009 -0700 |
tree | 056c7bdc2395c8baf77bc63a54a1f747cbf5b650 | |
parent | 64b5a32e0b3680a9655b3f2e668a646068e71d33 [diff] |
nilfs2: segment constructor This adds the segment constructor (also called log writer). The segment constructor collects dirty buffers for every dirty inode, makes summaries of the buffers, assigns disk block addresses to the buffers, and then submits BIOs for the buffers. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>