NFS: set varaiable nfs_netfs_debug_id storage-class-specifier to static
authorTom Rix <trix@redhat.com>
Fri, 21 Apr 2023 01:01:32 +0000 (21:01 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Fri, 21 Apr 2023 20:36:21 +0000 (16:36 -0400)
commitc5733ae6dc895fa45032df0342c98dedc7051c2d
treeb104e09d75cf9c53e191b862d6bb46c3e44060b0
parent691d0b782066a6eeeecbfceb7910a8f6184e6105
NFS: set varaiable nfs_netfs_debug_id storage-class-specifier to static

smatch reports
fs/nfs/fscache.c:260:10: warning: symbol
  'nfs_netfs_debug_id' was not declared. Should it be static?

This variable is only used in its defining file, so it should be static

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/fscache.c