afs: Expose information from afs_vlserver through /proc for debugging
authorDavid Howells <dhowells@redhat.com>
Thu, 20 Aug 2020 14:01:54 +0000 (15:01 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 20 Aug 2020 17:21:28 +0000 (18:21 +0100)
commitfb72cd3d484ce548597c75ebeecc70483fe8bb6e
treee68a4dd1c9404059d5d6278312334c679e6fe7c3
parent4f4c2c05eb7703b485b4285b8e2eee908c7b4508
afs: Expose information from afs_vlserver through /proc for debugging

Convert various bitfields in afs_vlserver::probe to a mask and then expose
this and some other bits of information through /proc/net/afs/<cell>/vlservers
to make it easier to debug VL server communication issues.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/internal.h
fs/afs/proc.c
fs/afs/vl_probe.c
fs/afs/vl_rotate.c