afs: Avoid section confusion in CM_NAME
authorAndi Kleen <ak@linux.intel.com>
Sat, 13 Apr 2019 07:37:36 +0000 (08:37 +0100)
committerDavid Howells <dhowells@redhat.com>
Sat, 13 Apr 2019 07:37:36 +0000 (08:37 +0100)
commitd2abfa86ff373bd00634a656c7ad5531747f2bf8
tree1df3c7e421db43cd4cc601c9500a64b4a74f5732
parentba25b81e3a420f8345585029d49ee32e73de9d5f
afs: Avoid section confusion in CM_NAME

__tracepoint_str cannot be const because the tracepoint_str
section is not read-only. Remove the stray const.

Cc: dhowells@redhat.com
Cc: viro@zeniv.linux.org.uk
Signed-off-by: Andi Kleen <ak@linux.intel.com>
fs/afs/cmservice.c