]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit02530d93c5f8808b454847110ea568d047e06136
tree1df3c7e421db43cd4cc601c9500a64b4a74f5732
parentef7a64a0f987ecc5e5ec9254d87246472b2b87bf
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