From: Miao Xie Date: Tue, 29 Jan 2013 10:05:05 +0000 (+0000) Subject: Btrfs: add a comment for fs_info->max_inline X-Git-Tag: v3.9-rc1~17^2~29^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c6a3ee6dbd564d05019d396ecb5dc5b35cbc273;p=pandora-kernel.git 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 Signed-off-by: Josef Bacik --- Reading git-diff-tree failed