From 6d461a4fe7896faa1aec5a5417888cf179e46b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 22 Feb 2016 01:12:47 -0300 Subject: Linux-libre 4.4.2-gnu --- fs/aufs/fstype.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fs/aufs/fstype.h') diff --git a/fs/aufs/fstype.h b/fs/aufs/fstype.h index 6196c606b..e429a8b17 100644 --- a/fs/aufs/fstype.h +++ b/fs/aufs/fstype.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2015 Junjiro R. Okajima + * Copyright (C) 2005-2016 Junjiro R. Okajima */ /* @@ -240,6 +240,7 @@ 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 -- cgit v1.2.3