Re: [PATCH 1/6] clone: Make the 'junk_mode' symbol a file static
From: Eric Sunshine <hidden> Date: 2016-06-15 22:57:03
On Sat, Apr 27, 2013 at 2:39 PM, Ramsay Jones
[off-list ref] wrote:
Sparse issues an "'junk_mode' not declared. Should it be static?"
warning. In order to suppress the warning, since this symbol does
not need more than file visibility, we simply add the static
modifier to it's declaration.