mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
DAFS: make FSYNC_VOL_QUERY_VOP DAFS-only
all the support code handles this only for DAFS. the case statement should treat as unknown if it is. Change-Id: I14816875b7a0b172d6f6fc9893cb0add90503111 Reviewed-on: http://gerrit.openafs.org/3485 Reviewed-by: Jeffrey Altman <jaltman@openafs.org> Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
fea0ee62ab
commit
7b7cd95ec0
@ -527,8 +527,8 @@ FSYNC_com(osi_socket fd)
|
||||
case FSYNC_VOL_DONE:
|
||||
case FSYNC_VOL_QUERY:
|
||||
case FSYNC_VOL_QUERY_HDR:
|
||||
case FSYNC_VOL_QUERY_VOP:
|
||||
#ifdef AFS_DEMAND_ATTACH_FS
|
||||
case FSYNC_VOL_QUERY_VOP:
|
||||
case FSYNC_VG_QUERY:
|
||||
case FSYNC_VG_SCAN:
|
||||
case FSYNC_VG_SCAN_ALL:
|
||||
|
Loading…
Reference in New Issue
Block a user