]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commita43bb39b5c710e79e921fb76341bacc418cfde78
treefec83606de50f38d0cca657d102c00f7ce43b922
parent0d4cf4e6bf29033709ae8aba4645d873ed0167cc
btrfs: Fix compile error when CONFIG_SECURITY is not set.

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>
fs/btrfs/super.c