Skip to content

Commit

Permalink
nilfs2: update comment for struct nilfs_dat_entry
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Qinghuang Feng authored and Ryusuke Konishi committed May 10, 2010
1 parent b57f95a commit 37e11f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/linux/nilfs2_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -437,10 +437,10 @@ struct nilfs_palloc_group_desc {

/**
* struct nilfs_dat_entry - disk address translation entry
* @dt_blocknr: block number
* @dt_start: start checkpoint number
* @dt_end: end checkpoint number
* @dt_rsv: reserved for future use
* @de_blocknr: block number
* @de_start: start checkpoint number
* @de_end: end checkpoint number
* @de_rsv: reserved for future use
*/
struct nilfs_dat_entry {
__le64 de_blocknr;
Expand Down

0 comments on commit 37e11f3

Please sign in to comment.