/*
- * $Id: store_dir_diskd.cc,v 1.42 2001/03/01 21:23:18 hno Exp $
+ * $Id: store_dir_diskd.cc,v 1.43 2001/03/01 21:59:30 hno Exp $
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Duane Wessels
int size;
int l1;
int l2;
- diskdinfo_t *diskdinfo;
i = GetInteger();
size = i << 10; /* Mbytes to kbytes */
debug(3, 1) ("Cache dir '%s' size changed to %d KB\n",
path, size);
sd->max_size = size;
- diskdinfo = sd->fsdata;
parse_cachedir_options(sd, options, 1);
}