Btrfs: Fix mount -o max_inline=0
authorChris Mason <chris.mason@oracle.com>
Wed, 11 Jun 2008 20:51:38 +0000 (16:51 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:04:03 +0000 (11:04 -0400)
commit15ada040d7cd68d7853938a92b116292cc16a2f3
tree1453852cc4dff63feb2fe3d9df3b317b531711cb
parent8b7128429235d9bd72cfd5ed20c77c4f3118f744
Btrfs: Fix mount -o max_inline=0

max_inline=0 used to force the max_inline size to one sector instead.  Now
it properly disables inline data items, while still being able to read
any that happen to exist on disk.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/super.c