]> git.hungrycats.org Git - linux/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)
committerZygo Blaxell <zblaxell@serenity.furryterror.org>
Fri, 23 Jan 2015 13:15:14 +0000 (08:15 -0500)
commit33f16fc02aceff0c160c6bdc78ea3bced5a99f64
treedfed4e12e5f4909e2225161382f5b0d7c0cc4932
parentbcdecfebf071cbfdd89741bd371ea1e676650780
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>
(cherry picked from commit a43bb39b5c710e79e921fb76341bacc418cfde78)
fs/btrfs/super.c