From: Derrick Brashear Date: Wed, 8 Dec 2010 02:08:51 +0000 (-0500) Subject: DAFS: make FSYNC_VOL_QUERY_VOP DAFS-only X-Git-Tag: upstream/1.6.0.pre2^2~109 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=9c04c49439076fd20ea3274bd2d8e753482c3206;p=packages%2Fo%2Fopenafs.git 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. Reviewed-on: http://gerrit.openafs.org/3485 Reviewed-by: Jeffrey Altman Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear (cherry picked from commit 7b7cd95ec0adc2c58b0387a5ff788251127f504e) Change-Id: I74bf87d251663404e830f30fcbf47275b1aa468a Reviewed-on: http://gerrit.openafs.org/3795 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/vol/fssync-server.c b/src/vol/fssync-server.c index 3254034dd..eed503cfa 100644 --- a/src/vol/fssync-server.c +++ b/src/vol/fssync-server.c @@ -519,8 +519,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: