Add stable@vger.kernel.org annotations
[ext4-patch-queue.git] / remove-unused-definition
blobe68829a364506560c85e06717dd77f577428e109
1 ext4: remove unused definition for MAX_32_NUM
3 From: Fabian Frederick <fabf@skynet.be>
5 MAX_32_NUM isn't used in ext4
7 Signed-off-by: Fabian Frederick <fabf@skynet.be>
8 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
9 ---
10  fs/ext4/ioctl.c | 2 --
11  1 file changed, 2 deletions(-)
13 diff --git a/fs/ext4/ioctl.c b/fs/ext4/ioctl.c
14 index 10686fd..5a708c87 100644
15 --- a/fs/ext4/ioctl.c
16 +++ b/fs/ext4/ioctl.c
17 @@ -19,8 +19,6 @@
18  #include "ext4_jbd2.h"
19  #include "ext4.h"
21 -#define MAX_32_NUM ((((unsigned long long) 1) << 32) - 1)
23  /**
24   * Swap memory between @a and @b for @len bytes.
25   *
26 -- 
27 2.8.1