Searched hist:"97 df5d155dee478efe33b001f502e9630e1bba92" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | balloc.c | diff 97df5d155dee478efe33b001f502e9630e1bba92 Fri Dec 12 11:41:28 CST 2008 Theodore Ts'o <tytso@mit.edu> ext4: remove do_blk_alloc()
The convenience function do_blk_alloc() is a static function with only one caller, so fold it into ext4_new_meta_blocks() to simplify the code and to make it easier to understand.
To save more stack space, if count is a null pointer in ext4_new_meta_blocks() assume that caller wanted a single block (and if there is an error, no blocks were allocated).
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|
H A D | xattr.c | diff 97df5d155dee478efe33b001f502e9630e1bba92 Fri Dec 12 11:41:28 CST 2008 Theodore Ts'o <tytso@mit.edu> ext4: remove do_blk_alloc()
The convenience function do_blk_alloc() is a static function with only one caller, so fold it into ext4_new_meta_blocks() to simplify the code and to make it easier to understand.
To save more stack space, if count is a null pointer in ext4_new_meta_blocks() assume that caller wanted a single block (and if there is an error, no blocks were allocated).
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|
H A D | extents.c | diff 97df5d155dee478efe33b001f502e9630e1bba92 Fri Dec 12 11:41:28 CST 2008 Theodore Ts'o <tytso@mit.edu> ext4: remove do_blk_alloc()
The convenience function do_blk_alloc() is a static function with only one caller, so fold it into ext4_new_meta_blocks() to simplify the code and to make it easier to understand.
To save more stack space, if count is a null pointer in ext4_new_meta_blocks() assume that caller wanted a single block (and if there is an error, no blocks were allocated).
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|