diff options
| author | Andrew Morton <akpm@digeo.com> | 2002-10-31 20:01:27 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-10-31 20:01:27 -0800 |
| commit | c85e5289f4cd42f7fcbab858ba733164e8589114 (patch) | |
| tree | 20bf5ebe24b9c3a7c2e9520ec29a05c11d1d0ab3 /include/linux | |
| parent | ba9897b1feee6ade4a203e83dd64a2be20934a13 (diff) | |
[PATCH] ext3 build fix
Patch from Andreas Dilger <adilger@clusterfs.com>
If you have ext2_fs.h and ext3_fs.h included at the same time, we are
missing one define used in ext3_should_journal_data() and
ext3_should_order_data() as part of the test_opt() macro (which
defaults to the ext2 definition if both are present).
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ext3_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ext3_fs.h b/include/linux/ext3_fs.h index fdbff1a12592..4aebd4974d4c 100644 --- a/include/linux/ext3_fs.h +++ b/include/linux/ext3_fs.h @@ -334,6 +334,7 @@ struct ext3_inode { #else #define EXT2_MOUNT_NOLOAD EXT3_MOUNT_NOLOAD #define EXT2_MOUNT_ABORT EXT3_MOUNT_ABORT +#define EXT2_MOUNT_DATA_FLAGS EXT3_MOUNT_DATA_FLAGS #endif #define ext3_set_bit ext2_set_bit |
