Btrfs: add a comment for fs_info->max_inline
authorMiao Xie <miaox@cn.fujitsu.com>
Tue, 29 Jan 2013 10:05:05 +0000 (10:05 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Wed, 20 Feb 2013 17:59:01 +0000 (12:59 -0500)
commit8c6a3ee6dbd564d05019d396ecb5dc5b35cbc273
treef3898d778237cfbe54c262adf72fb8fa0a35e84c
parent55e301fd57a6239ec14b91a1cf2e70b3dd135194
Btrfs: add a comment for fs_info->max_inline

Though ->max_inline is a 64bit variant, and may be accessed by
multi-task, but it is just suggestive number, so we needn't add
anything to protect fs_info->max_inline, just add a comment to
explain wny we don't use a lock to protect it.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/ctree.h