]> git.karo-electronics.de Git - karo-tx-linux.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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Dec 2009 16:06:44 +0000 (08:06 -0800)
commitcc61eb8051988796a4a5103b749bb06e24df236c
tree63f1efd045c8ba0f4316691e541fc0f150d097c2
parent77e8c777ef2f4e31b690688fc27014b88feead9d
ext4: Replace get_ext_path macro with an inline funciton

(cherry picked from commit e8505970af46658ece2545e9bc1fe594998fdcdf)

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/move_extent.c