CHROMIUM: ext4: Disable inline data in inode

There are a high number of bugs being reported upstream related to
inline_data. As not all of these patches are being
backported to 4.9 and older kernels, it is useful to simply disable
inline_data support in the kernel builds.

BUG=chromium:892598
TEST=None

Change-Id: I2e65c4387bf104f90779100192423b9d73e7bdb3
Reviewed-on: https://chromium-review.googlesource.com/1273351
Commit-Ready: Zubin Mithra <zsm@chromium.org>
Tested-by: Zubin Mithra <zsm@chromium.org>
Reviewed-by: Guenter Roeck <groeck@chromium.org>
Reviewed-by: Zubin Mithra <zsm@chromium.org>
Reviewed-by: Theodore Tso <tytso@google.com>
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index f9c938e..8958320 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -1593,8 +1593,7 @@
 					 EXT4_FEATURE_INCOMPAT_EXTENTS| \
 					 EXT4_FEATURE_INCOMPAT_64BIT| \
 					 EXT4_FEATURE_INCOMPAT_FLEX_BG| \
-					 EXT4_FEATURE_INCOMPAT_MMP |	\
-					 EXT4_FEATURE_INCOMPAT_INLINE_DATA)
+					 EXT4_FEATURE_INCOMPAT_MMP)
 #define EXT4_FEATURE_RO_COMPAT_SUPP	(EXT4_FEATURE_RO_COMPAT_SPARSE_SUPER| \
 					 EXT4_FEATURE_RO_COMPAT_LARGE_FILE| \
 					 EXT4_FEATURE_RO_COMPAT_GDT_CSUM| \