summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_stats.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@sgi.com>2006-01-11 15:29:52 +1100
committerNathan Scott <nathans@sgi.com>2006-01-11 15:29:52 +1100
commit1df84c930a5101223da016f256b46b192dbf2b30 (patch)
tree306dd22b0df37f70770f3f6a1f991abfcb1c239d /fs/xfs/linux-2.6/xfs_stats.c
parent1661dc8e7a2c6aeb8f2fb6a8197909c95c220a71 (diff)
[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>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_stats.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_stats.c b/fs/xfs/linux-2.6/xfs_stats.c
index 6c40a74be7c..8955720a2c6 100644
--- a/fs/xfs/linux-2.6/xfs_stats.c
+++ b/fs/xfs/linux-2.6/xfs_stats.c
@@ -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[] = {