[OpenAFS-devel] what is bugfix 1165?
Nathan Neulinger
nneul@umr.edu
23 Oct 2002 19:27:52 -0500
On Wed, 2002-10-23 at 18:51, Lyle Seaman wrote:
> refresh my memory...
There are a bunch of snippets in vsprocs.c with this comment on one of
them:
/*
* Get the internal volume state from the source volume. We'll use
such info (i.e. dayUse)
* to copy it to the new volume (via AFSSetInfo later on) so that
when we move volumes we
* don't use this information...
*/
volumeInfo.volEntries_val = (volintInfo *)0;/*this hints the stub to
allocate space*/
volumeInfo.volEntries_len = 0;
code = AFSVolListOneVolume(fromconn, afrompart, afromvol,
&volumeInfo);
EGOTO1(mfail, code, "Failed to get the volint Info of the cloned
volume %u\n", afromvol);
infop = (volintInfo *) volumeInfo.volEntries_val;
infop->maxquota = -1; /* Else it will replace
the default quota */
But it's not enabled.
-- Nathan
------------------------------------------------------------
Nathan Neulinger EMail: nneul@umr.edu
University of Missouri - Rolla Phone: (573) 341-4841
Computing Services Fax: (573) 341-4216