diff options
author | Fabian Frederick <fabf@skynet.be> | 2016-09-15 11:58:47 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2016-09-15 11:58:47 -0400 |
commit | be32197cd6b8c37425ca954e719d236e6117a8ee (patch) | |
tree | 27993c08ec9fe41b8d9885298b14dc7cddb546ba /fs/ext4 | |
parent | 518eaa6387df796d54e065e04502e800cae1df80 (diff) |
ext4: remove unused definition for MAX_32_NUM
MAX_32_NUM isn't used in ext4
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/ioctl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/ioctl.c b/fs/ext4/ioctl.c index ef4430b2f04a..c64239b24c2f 100644 --- a/fs/ext4/ioctl.c +++ b/fs/ext4/ioctl.c | |||
@@ -19,8 +19,6 @@ | |||
19 | #include "ext4_jbd2.h" | 19 | #include "ext4_jbd2.h" |
20 | #include "ext4.h" | 20 | #include "ext4.h" |
21 | 21 | ||
22 | #define MAX_32_NUM ((((unsigned long long) 1) << 32) - 1) | ||
23 | |||
24 | /** | 22 | /** |
25 | * Swap memory between @a and @b for @len bytes. | 23 | * Swap memory between @a and @b for @len bytes. |
26 | * | 24 | * |