Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25524883 authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: Lower the max inline size to 8k

parent d6667462
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;