revert-bkg-disable-var-20060213
authorDerrick Brashear <shadow@dementia.org>
Mon, 13 Feb 2006 18:29:26 +0000 (18:29 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 13 Feb 2006 18:29:26 +0000 (18:29 +0000)
remove the bkg daemon disabling

src/afs/afs_daemons.c
src/config/param.ppc_darwin_80.h

index 7555159..cf64703 100644 (file)
@@ -35,9 +35,6 @@ short afs_brsDaemons = 0;     /* number of daemons waiting for brs requests */
 struct brequest afs_brs[NBRS]; /* request structures */
 struct afs_osi_WaitHandle AFS_WaitHandler, AFS_CSWaitHandler;
 static int afs_brs_count = 0;  /* request counter, to service reqs in order */
-#ifdef AFS_DISABLE_BKG
-int disable_bkg = AFS_DISABLE_BKG;
-#endif
 
 static int rxepoch_checked = 0;
 #define afs_CheckRXEpoch() {if (rxepoch_checked == 0 && rxkad_EpochWasSet) { \
@@ -566,10 +563,6 @@ int
 afs_BBusy(void)
 {
     AFS_STATCNT(afs_BBusy);
-#ifdef AFS_DISABLE_BKG
-    if (disable_bkg)
-       return 1;
-#endif
     if (afs_brsDaemons > 0)
        return 0;
     return 1;
index 6b1662d..b08ddd9 100644 (file)
@@ -96,7 +96,6 @@
 #define AFS_NONFSTRANS
 #define AFS_SYSCALL             230
 #define DARWIN_REFBASE 0
-#define AFS_DISABLE_BKG 1
 
 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
 #define AFS_MOUNT_AFS    "afs"