diff options
Diffstat (limited to 'fs/btrfs/file.c')
-rw-r--r-- | fs/btrfs/file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c index 1af2b6534dad..fe28404ae7f4 100644 --- a/fs/btrfs/file.c +++ b/fs/btrfs/file.c | |||
@@ -289,7 +289,6 @@ static int dirty_and_release_pages(struct btrfs_trans_handle *trans, | |||
289 | */ | 289 | */ |
290 | inline_size = end_pos; | 290 | inline_size = end_pos; |
291 | if (isize >= BTRFS_MAX_INLINE_DATA_SIZE(root) || | 291 | if (isize >= BTRFS_MAX_INLINE_DATA_SIZE(root) || |
292 | inline_size > 16384 || | ||
293 | inline_size >= BTRFS_MAX_INLINE_DATA_SIZE(root)) { | 292 | inline_size >= BTRFS_MAX_INLINE_DATA_SIZE(root)) { |
294 | u64 last_end; | 293 | u64 last_end; |
295 | 294 | ||