]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext3/namei.c
generic swap(): ext3: remove local swap() macro
[linux-2.6-omap-h63xx.git] / fs / ext3 / namei.c
index 1dd2abe6313e3b656f42af6e2ebd63e2ec02a98c..8d6f965e502cd9d56969fefcf347dbeec37a42c7 100644 (file)
@@ -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