btrfs: Fix compile error when CONFIG_SECURITY is not set.
authorQu Wenruo <quwenruo@cn.fujitsu.com>
Wed, 8 Oct 2014 02:19:08 +0000 (10:19 +0800)
committerChris Mason <clm@fb.com>
Wed, 8 Oct 2014 13:59:24 +0000 (06:59 -0700)
Fix the following compile error when CONFIG_SECURITY is not set:

error: 'struct security_mnt_opts' has no member named 'num_mnt_opts'

Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>

No differences found