Btrfs: set default max_inline to 8KiB instead of 8MiB
authorFilipe David Borba Manana <fdmanana@gmail.com>
Thu, 8 Aug 2013 21:45:48 +0000 (22:45 +0100)
committerDavid Sterba <dsterba@suse.cz>
Thu, 2 Oct 2014 15:29:24 +0000 (17:29 +0200)
commit95ac567af212db3293af3897ccb521efdf1dd7ff
treefaed6311cacc75c0aca34203b4674690d56bb448
parent143f363618558478fd7b5156c343d21e74194987
Btrfs: set default max_inline to 8KiB instead of 8MiB

8MiB is way too large and likely set by mistake. This is not
a significant issue as in practice the max amount of data
added to an inline extent is also limited by the page cache
and btree leaf sizes.

Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.cz>
Signed-off-by: David Sterba <dsterba@suse.cz>
fs/btrfs/ctree.h
fs/btrfs/disk-io.c
fs/btrfs/super.c