diff --git a/[refs] b/[refs] index 2024355ddfe0..3e9133c2e9df 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d666746207a01546e55bdaa4b721d1890faaf6e8 +refs/heads/master: 2552488345ea0933711010ee2c844792130a4252 diff --git a/trunk/fs/btrfs/file.c b/trunk/fs/btrfs/file.c index e862292bdfc6..94c93373cb7d 100644 --- a/trunk/fs/btrfs/file.c +++ b/trunk/fs/btrfs/file.c @@ -303,7 +303,7 @@ static int noinline dirty_and_release_pages(struct btrfs_trans_handle *trans, */ inline_size = end_pos; if (isize >= BTRFS_MAX_INLINE_DATA_SIZE(root) || - inline_size > 32768 || + inline_size > 8192 || inline_size >= BTRFS_MAX_INLINE_DATA_SIZE(root)) { u64 last_end; u64 existing_delalloc = 0;