summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_format.h
diff options
context:
space:
mode:
authorDave Chinner <david@fromorbit.com>2015-06-01 10:50:18 +1000
committerDave Chinner <david@fromorbit.com>2015-06-01 10:50:18 +1000
commite01c025fbdd5584bc2c8f6b88cb014f5f9bd790f (patch)
treed035f7fc14a8174da93e9cc1f540a2b329474df2 /fs/xfs/libxfs/xfs_format.h
parent22419ac9fe5e79483596cebdbd1d1209c18bac1a (diff)
parent339e4f66d1fa00a0161a2c27f3c9aa256d856979 (diff)
downloadop-kernel-dev-e01c025fbdd5584bc2c8f6b88cb014f5f9bd790f.zip
op-kernel-dev-e01c025fbdd5584bc2c8f6b88cb014f5f9bd790f.tar.gz
Merge branch 'xfs-misc-fixes-for-4.2' into for-next
Diffstat (limited to 'fs/xfs/libxfs/xfs_format.h')
-rw-r--r--fs/xfs/libxfs/xfs_format.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/libxfs/xfs_format.h b/fs/xfs/libxfs/xfs_format.h
index 4daaa66..ff22a4d 100644
--- a/fs/xfs/libxfs/xfs_format.h
+++ b/fs/xfs/libxfs/xfs_format.h
@@ -1453,8 +1453,8 @@ struct xfs_acl {
sizeof(struct xfs_acl_entry) * XFS_ACL_MAX_ENTRIES((mp)))
/* On-disk XFS extended attribute names */
-#define SGI_ACL_FILE (unsigned char *)"SGI_ACL_FILE"
-#define SGI_ACL_DEFAULT (unsigned char *)"SGI_ACL_DEFAULT"
+#define SGI_ACL_FILE "SGI_ACL_FILE"
+#define SGI_ACL_DEFAULT "SGI_ACL_DEFAULT"
#define SGI_ACL_FILE_SIZE (sizeof(SGI_ACL_FILE)-1)
#define SGI_ACL_DEFAULT_SIZE (sizeof(SGI_ACL_DEFAULT)-1)
OpenPOWER on IntegriCloud