diff options
author | Vyacheslav Dubeyko <slava@dubeyko.com> | 2012-07-30 17:42:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-30 20:25:19 -0400 |
commit | f5974c8f8cf431baf44e7127b669e3b1960f184f (patch) | |
tree | 93df5ca85bdb49be8dd6d2ce46e10fb1d6cc9411 /fs/nilfs2/mdt.h | |
parent | 8c74ac0557b4cabc9017c2740c5f62b330192416 (diff) |
nilfs2: add omitted comments for different structures in driver implementation
Add omitted comments for different structures in driver implementation.
Signed-off-by: Vyacheslav Dubeyko <slava@dubeyko.com>
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>
Diffstat (limited to 'fs/nilfs2/mdt.h')
-rw-r--r-- | fs/nilfs2/mdt.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/nilfs2/mdt.h b/fs/nilfs2/mdt.h index ab20a4baa50f..ab172e8549c5 100644 --- a/fs/nilfs2/mdt.h +++ b/fs/nilfs2/mdt.h | |||
@@ -28,6 +28,13 @@ | |||
28 | #include "nilfs.h" | 28 | #include "nilfs.h" |
29 | #include "page.h" | 29 | #include "page.h" |
30 | 30 | ||
31 | /** | ||
32 | * struct nilfs_shadow_map - shadow mapping of meta data file | ||
33 | * @bmap_store: shadow copy of bmap state | ||
34 | * @frozen_data: shadowed dirty data pages | ||
35 | * @frozen_btnodes: shadowed dirty b-tree nodes' pages | ||
36 | * @frozen_buffers: list of frozen buffers | ||
37 | */ | ||
31 | struct nilfs_shadow_map { | 38 | struct nilfs_shadow_map { |
32 | struct nilfs_bmap_store bmap_store; | 39 | struct nilfs_bmap_store bmap_store; |
33 | struct address_space frozen_data; | 40 | struct address_space frozen_data; |