generic swap(): ext3: remove local swap() macro
Use the new generic implementation. Signed-off-by: Wu Fengguang <fengguang.wu@intel.com> Cc: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
91f68b7359
commit
be857df1dd
|
@ -74,10 +74,6 @@ static struct buffer_head *ext3_append(handle_t *handle,
|
|||
#define assert(test) J_ASSERT(test)
|
||||
#endif
|
||||
|
||||
#ifndef swap
|
||||
#define swap(x, y) do { typeof(x) z = x; x = y; y = z; } while (0)
|
||||
#endif
|
||||
|
||||
#ifdef DX_DEBUG
|
||||
#define dxtrace(command) command
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue