commit | e8505970af46658ece2545e9bc1fe594998fdcdf | [log] [tgz] |
---|---|---|
author | Akira Fujita <a-fujita@rs.jp.nec.com> | Wed Sep 16 13:46:38 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Sep 16 13:46:38 2009 -0400 |
tree | 14a26c8f120667c70d2925c756ee518fc56453aa | |
parent | 3661d28615ea580c1db02a972fd4d3898df1cb01 [diff] |
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>