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
@@ -30,7 +30,13 @@
|
||||
#include "mdt.h"
|
||||
#include "sufile.h"
|
||||
|
||||
|
||||
/**
|
||||
* struct nilfs_sufile_info - on-memory private data of sufile
|
||||
* @mi: on-memory private data of metadata file
|
||||
* @ncleansegs: number of clean segments
|
||||
* @allocmin: lower limit of allocatable segment range
|
||||
* @allocmax: upper limit of allocatable segment range
|
||||
*/
|
||||
struct nilfs_sufile_info {
|
||||
struct nilfs_mdt_info mi;
|
||||
unsigned long ncleansegs;/* number of clean segments */
|
||||
|
Reference in New Issue
Block a user