Searched hist:"3033342 a0b76048e32ce1faebfa85cf8f1aa93b5" (Results 1 – 6 of 6) sorted by relevance
/linux/fs/nilfs2/ |
H A D | direct.h | diff 3033342a0b76048e32ce1faebfa85cf8f1aa93b5 Sat May 23 17:09:44 CEST 2009 Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> nilfs2: remove useless b_low and b_high fields from nilfs_bmap struct
This will cut off 16 bytes from the nilfs_bmap struct which is embedded in the on-memory inode of nilfs.
The b_high field was never used, and the b_low field stores a constant value which can be determined by whether the inode uses btree for block mapping or not.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
H A D | btree.h | diff 3033342a0b76048e32ce1faebfa85cf8f1aa93b5 Sat May 23 17:09:44 CEST 2009 Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> nilfs2: remove useless b_low and b_high fields from nilfs_bmap struct
This will cut off 16 bytes from the nilfs_bmap struct which is embedded in the on-memory inode of nilfs.
The b_high field was never used, and the b_low field stores a constant value which can be determined by whether the inode uses btree for block mapping or not.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
H A D | bmap.h | diff 3033342a0b76048e32ce1faebfa85cf8f1aa93b5 Sat May 23 17:09:44 CEST 2009 Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> nilfs2: remove useless b_low and b_high fields from nilfs_bmap struct
This will cut off 16 bytes from the nilfs_bmap struct which is embedded in the on-memory inode of nilfs.
The b_high field was never used, and the b_low field stores a constant value which can be determined by whether the inode uses btree for block mapping or not.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
H A D | direct.c | diff 3033342a0b76048e32ce1faebfa85cf8f1aa93b5 Sat May 23 17:09:44 CEST 2009 Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> nilfs2: remove useless b_low and b_high fields from nilfs_bmap struct
This will cut off 16 bytes from the nilfs_bmap struct which is embedded in the on-memory inode of nilfs.
The b_high field was never used, and the b_low field stores a constant value which can be determined by whether the inode uses btree for block mapping or not.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
H A D | bmap.c | diff 3033342a0b76048e32ce1faebfa85cf8f1aa93b5 Sat May 23 17:09:44 CEST 2009 Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> nilfs2: remove useless b_low and b_high fields from nilfs_bmap struct
This will cut off 16 bytes from the nilfs_bmap struct which is embedded in the on-memory inode of nilfs.
The b_high field was never used, and the b_low field stores a constant value which can be determined by whether the inode uses btree for block mapping or not.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
H A D | btree.c | diff 3033342a0b76048e32ce1faebfa85cf8f1aa93b5 Sat May 23 17:09:44 CEST 2009 Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> nilfs2: remove useless b_low and b_high fields from nilfs_bmap struct
This will cut off 16 bytes from the nilfs_bmap struct which is embedded in the on-memory inode of nilfs.
The b_high field was never used, and the b_low field stores a constant value which can be determined by whether the inode uses btree for block mapping or not.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|