Skip to content

Commit 0b2b0f3

Browse files
author
Denys Vlasenko
committed
Create and use our own copy of linux/ext2_fs.h
Signed-off-by: Denys Vlasenko <[email protected]>
1 parent caf5768 commit 0b2b0f3

File tree

3 files changed

+549
-14
lines changed

3 files changed

+549
-14
lines changed

e2fsprogs/tune2fs.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@
88
*/
99
#include "libbb.h"
1010
#include <linux/fs.h>
11-
/*
12-
* Work around linux/ext2_fs.h breakage.
13-
* See https://bugzilla.kernel.org/show_bug.cgi?id=42986.
14-
*/
15-
typedef mode_t bb__umode_t;
16-
#define umode_t bb__umode_t
17-
#include <linux/ext2_fs.h>
11+
#include "bb_linux_ext2_fs.h"
1812

1913
// storage helpers
2014
char BUG_wrong_field_size(void);

0 commit comments

Comments
 (0)