summaryrefslogtreecommitdiff
path: root/fs/aufs/fstype.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/aufs/fstype.h')
-rw-r--r--fs/aufs/fstype.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/aufs/fstype.h b/fs/aufs/fstype.h
index e429a8b17..725b2ffff 100644
--- a/fs/aufs/fstype.h
+++ b/fs/aufs/fstype.h
@@ -240,7 +240,6 @@ static inline int au_test_hfsplus(struct super_block *sb __maybe_unused)
static inline int au_test_fs_unsuppoted(struct super_block *sb)
{
return
- au_test_fuse(sb) || /* for a security reason, temporarily */
#ifndef CONFIG_AUFS_BR_RAMFS
au_test_ramfs(sb) ||
#endif