]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/s390/hypfs/inode.c
vfs: Use const for kernel parser table
[net-next-2.6.git] / arch / s390 / hypfs / inode.c
index 7383781f3e6a60ba3c632b1f0d3b26c7800c6ecf..36313801cd5cf29e49d5c2c4d9c4e7a9cd12c104 100644 (file)
@@ -219,7 +219,7 @@ static int hypfs_release(struct inode *inode, struct file *filp)
 
 enum { opt_uid, opt_gid, opt_err };
 
-static match_table_t hypfs_tokens = {
+static const match_table_t hypfs_tokens = {
        {opt_uid, "uid=%u"},
        {opt_gid, "gid=%u"},
        {opt_err, NULL}