diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-11-17 20:15:18 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-11-17 20:15:18 +0300 |
commit | 82abc2a97a4a3c7635c40e6dff571816062ec506 (patch) | |
tree | bdafbd1d1030a1d4717b52d07d8d0c3a37e8a693 /include | |
parent | cb20c28a9c41052c2d7220325dae60c16f417ded (diff) | |
parent | 18dafac1a4c6c88867a50f9a82492976f20383d6 (diff) | |
download | linux-82abc2a97a4a3c7635c40e6dff571816062ec506.tar.xz |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2:
nilfs2: deleted inconsistent comment in nilfs_load_inode_block()
nilfs2: deleted struct nilfs_dat_group_desc
nilfs2: fix lock order reversal in chcp operation
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nilfs2_fs.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/nilfs2_fs.h b/include/linux/nilfs2_fs.h index 79fec6af3f9f..ce520402e840 100644 --- a/include/linux/nilfs2_fs.h +++ b/include/linux/nilfs2_fs.h @@ -425,15 +425,6 @@ struct nilfs_dat_entry { }; /** - * struct nilfs_dat_group_desc - block group descriptor - * @dg_nfrees: number of free virtual block numbers in block group - */ -struct nilfs_dat_group_desc { - __le32 dg_nfrees; -}; - - -/** * struct nilfs_snapshot_list - snapshot list * @ssl_next: next checkpoint number on snapshot list * @ssl_prev: previous checkpoint number on snapshot list |