diff mbox

ext4: remove MAX_32_NUM

Message ID 1449545673-18182-1-git-send-email-xiecl.fnst@cn.fujitsu.com
State New, archived
Headers show

Commit Message

Changlong Xie Dec. 8, 2015, 3:34 a.m. UTC
No one use this marco now, just remove it.

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

Patch

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.
  *