[PATCH] ext4: remove MAX_32_NUM

From: Changlong Xie
Date: Mon Dec 07 2015 - 22:35:50 EST


No one use this marco now, just remove it.

Signed-off-by: Changlong Xie <xiecl.fnst@xxxxxxxxxxxxxx>
---
fs/ext4/ioctl.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/fs/ext4/ioctl.c b/fs/ext4/ioctl.c
index 5e872fd..ea34f70 100644
--- a/fs/ext4/ioctl.c
+++ b/fs/ext4/ioctl.c
@@ -18,8 +18,6 @@
#include "ext4_jbd2.h"
#include "ext4.h"

-#define MAX_32_NUM ((((unsigned long long) 1) << 32) - 1)
-
/**
* Swap memory between @a and @b for @len bytes.
*
--
1.9.3



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/