commit | 7936ca3883e5fef8ce5cc367a4356ad5fed67180 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Fri Oct 19 09:22:41 2007 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:03:57 2008 -0400 |
tree | ee9f2ee67dd030951cb17f2a190cdcae1c2b8537 | |
parent | a6b6e75e096f436f0cc56edf5bca96301e194491 [diff] [blame] |
Btrfs: Default to 8k max packed tails Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c index 1af2b65..4aacf99 100644 --- a/fs/btrfs/file.c +++ b/fs/btrfs/file.c
@@ -289,7 +289,7 @@ */ inline_size = end_pos; if (isize >= BTRFS_MAX_INLINE_DATA_SIZE(root) || - inline_size > 16384 || + inline_size > 8192 || inline_size >= BTRFS_MAX_INLINE_DATA_SIZE(root)) { u64 last_end;