]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: Replace get_ext_path macro with an inline funciton
authorAkira Fujita <a-fujita@rs.jp.nec.com>
Wed, 16 Sep 2009 17:46:38 +0000 (13:46 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 16 Sep 2009 17:46:38 +0000 (13:46 -0400)
commit227c12e6bfadc29f00dd4badb131dfac47df99aa
tree14a26c8f120667c70d2925c756ee518fc56453aa
parent32a9eb544955b821130f6adfa21b793fada84f67
ext4: Replace get_ext_path macro with an inline funciton

Replace get_ext_path macro with an inline function,
since this macro looks like a function call but its arguments
get modified. Ted pointed this out, thanks.

Signed-off-by: Akira Fujita <a-fujita@rs.jp.nec.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/move_extent.c