diff options
| author | Qinghuang Feng <qhfeng.kernel@gmail.com> | 2010-04-25 08:17:25 -0400 |
|---|---|---|
| committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2010-05-09 22:32:29 -0400 |
| commit | 37e11f3397fab21604bff506cb31ffbf70fb255a (patch) | |
| tree | f7a71c567ccafc80c3b267de7b03d549affef6c2 /include/linux | |
| parent | b57f95a38233a2e73b679bea4a5453a1cc2a1cc9 (diff) | |
nilfs2: update comment for struct nilfs_dat_entry
The comment of struct nilfs_dat_entry is mismatched, fix it.
Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nilfs2_fs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/nilfs2_fs.h b/include/linux/nilfs2_fs.h index 640702e97457..478ee34e9d65 100644 --- a/include/linux/nilfs2_fs.h +++ b/include/linux/nilfs2_fs.h | |||
| @@ -437,10 +437,10 @@ struct nilfs_palloc_group_desc { | |||
| 437 | 437 | ||
| 438 | /** | 438 | /** |
| 439 | * struct nilfs_dat_entry - disk address translation entry | 439 | * struct nilfs_dat_entry - disk address translation entry |
| 440 | * @dt_blocknr: block number | 440 | * @de_blocknr: block number |
| 441 | * @dt_start: start checkpoint number | 441 | * @de_start: start checkpoint number |
| 442 | * @dt_end: end checkpoint number | 442 | * @de_end: end checkpoint number |
| 443 | * @dt_rsv: reserved for future use | 443 | * @de_rsv: reserved for future use |
| 444 | */ | 444 | */ |
| 445 | struct nilfs_dat_entry { | 445 | struct nilfs_dat_entry { |
| 446 | __le64 de_blocknr; | 446 | __le64 de_blocknr; |
