Searched hist:f86186b44b4164600cce03d0d93ad48ec21fa429 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | indirect.c | diff f86186b44b4164600cce03d0d93ad48ec21fa429 Tue Jun 28 09:01:31 CDT 2011 Eric Sandeen <sandeen@redhat.com> ext4: refactor duplicated block placement code
I found that ext4_ext_find_goal() and ext4_find_near() share the same code for returning a coloured start block based on i_block_group.
We can refactor this into a common function so that they don't diverge in the future.
Thanks to adilger for suggesting the new function name.
Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|
H A D | balloc.c | diff f86186b44b4164600cce03d0d93ad48ec21fa429 Tue Jun 28 09:01:31 CDT 2011 Eric Sandeen <sandeen@redhat.com> ext4: refactor duplicated block placement code
I found that ext4_ext_find_goal() and ext4_find_near() share the same code for returning a coloured start block based on i_block_group.
We can refactor this into a common function so that they don't diverge in the future.
Thanks to adilger for suggesting the new function name.
Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|
H A D | extents.c | diff f86186b44b4164600cce03d0d93ad48ec21fa429 Tue Jun 28 09:01:31 CDT 2011 Eric Sandeen <sandeen@redhat.com> ext4: refactor duplicated block placement code
I found that ext4_ext_find_goal() and ext4_find_near() share the same code for returning a coloured start block based on i_block_group.
We can refactor this into a common function so that they don't diverge in the future.
Thanks to adilger for suggesting the new function name.
Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|
H A D | ext4.h | diff f86186b44b4164600cce03d0d93ad48ec21fa429 Tue Jun 28 09:01:31 CDT 2011 Eric Sandeen <sandeen@redhat.com> ext4: refactor duplicated block placement code
I found that ext4_ext_find_goal() and ext4_find_near() share the same code for returning a coloured start block based on i_block_group.
We can refactor this into a common function so that they don't diverge in the future.
Thanks to adilger for suggesting the new function name.
Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|