From d1f76e824ba392e370b71db9be0af86c88e1282e Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Thu, 3 Jan 2008 15:44:57 -0500 Subject: [PATCH] --- yaml --- r: 128594 b: refs/heads/master c: 2552488345ea0933711010ee2c844792130a4252 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/btrfs/file.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;