]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/zfs_sa.c
module/*.ko: prune .data, global .rodata
[mirror_zfs.git] / module / zfs / zfs_sa.c
index 67be131da63bf038fe7dffc8c6a10e03acd7d165..817f630487890dfc6e5123b114c5e9ac84907358 100644 (file)
@@ -43,7 +43,7 @@
  * this version of ZFS won't change or delete them.
  */
 
-sa_attr_reg_t zfs_attr_table[ZPL_END+1] = {
+const sa_attr_reg_t zfs_attr_table[ZPL_END+1] = {
        {"ZPL_ATIME", sizeof (uint64_t) * 2, SA_UINT64_ARRAY, 0},
        {"ZPL_MTIME", sizeof (uint64_t) * 2, SA_UINT64_ARRAY, 1},
        {"ZPL_CTIME", sizeof (uint64_t) * 2, SA_UINT64_ARRAY, 2},