aboutsummaryrefslogtreecommitdiff
path: root/fs/exofs/common.h
diff options
context:
space:
mode:
authorBehan Webster <behanw@converseincode.com>2014-09-23 22:43:16 -0700
committerSumit Semwal <sumit.semwal@linaro.org>2016-12-20 22:17:06 +0530
commitd3a599224627b97d3b17c4231117adf944db514a (patch)
tree7005460fad2a2fc2e42634d6c9636a3f5c94b756 /fs/exofs/common.h
parentf73496e5494fc5aa55fc4a403c23b1e7b3370e49 (diff)
exofs, LLVMLinux: Remove VLAIS from exofs
Signed-off-by: Behan Webster <behanw@converseincode.com> Suggested-by: Arnd Bergmann <arnd@arndb.de> Cc: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'fs/exofs/common.h')
-rw-r--r--fs/exofs/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exofs/common.h b/fs/exofs/common.h
index 7d88ef566213..9fdf02333c20 100644
--- a/fs/exofs/common.h
+++ b/fs/exofs/common.h
@@ -183,7 +183,7 @@ struct exofs_fcb {
#define EXOFS_INO_ATTR_SIZE sizeof(struct exofs_fcb)
/* This is the Attribute the fcb is stored in */
-static const struct __weak osd_attr g_attr_inode_data = ATTR_DEF(
+static const struct osd_attr g_attr_inode_data __maybe_unused = ATTR_DEF(
EXOFS_APAGE_FS_DATA,
EXOFS_ATTR_INODE_DATA,
EXOFS_INO_ATTR_SIZE);