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>
This commit is contained in:

committed by
Linus Torvalds

parent
8c74ac0557
commit
f5974c8f8c
@@ -33,6 +33,12 @@
|
||||
#define NILFS_CNO_MIN ((__u64)1)
|
||||
#define NILFS_CNO_MAX (~(__u64)0)
|
||||
|
||||
/**
|
||||
* struct nilfs_dat_info - on-memory private data of DAT file
|
||||
* @mi: on-memory private data of metadata file
|
||||
* @palloc_cache: persistent object allocator cache of DAT file
|
||||
* @shadow: shadow map of DAT file
|
||||
*/
|
||||
struct nilfs_dat_info {
|
||||
struct nilfs_mdt_info mi;
|
||||
struct nilfs_palloc_cache palloc_cache;
|
||||
|
Reference in New Issue
Block a user