[XFS] Mark some lookup tables const. Thanks to Arjan van de Ven for
spotting these. SGI-PV: 946028 SGI-Modid: xfs-linux-melb:xfs-kern:202617a Signed-off-by: Christoph Hellwig <hch@sgi.com> Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:

committed by
Nathan Scott

parent
1661dc8e7a
commit
1df84c930a
@@ -34,7 +34,7 @@ xfs_read_xfsstats(
|
||||
__uint64_t xs_write_bytes = 0;
|
||||
__uint64_t xs_read_bytes = 0;
|
||||
|
||||
static struct xstats_entry {
|
||||
static const struct xstats_entry {
|
||||
char *desc;
|
||||
int endpoint;
|
||||
} xstats[] = {
|
||||
|
Reference in New Issue
Block a user