Robert Rappaport
2009-02-17 23:02:12 UTC
Again in search_dirblock(), the following seems to happen:
1. If the EXT3COW_FLUX_TOKEN does appear in the name and
is followed by a numeric string then epoch_number is assigned
the value of this numeric string and the name is truncated.
2. If the EXT3COW_FLUX_TOKEN does NOT appear in the name,
then epoch_number is assigned from the epoch of the directory.
3. If the EXT3COW_FLUX_TOKEN does appear but is NOT followed
by a numeric string then epoch_number is assigned from the
system epoch number.
I do not understand the reason why the appearance of the "@" makes a
difference in what epoch number to use.
Also I do not understand what is supposed to happend when the name
string ends with the "@" character.
- Robert
1. If the EXT3COW_FLUX_TOKEN does appear in the name and
is followed by a numeric string then epoch_number is assigned
the value of this numeric string and the name is truncated.
2. If the EXT3COW_FLUX_TOKEN does NOT appear in the name,
then epoch_number is assigned from the epoch of the directory.
3. If the EXT3COW_FLUX_TOKEN does appear but is NOT followed
by a numeric string then epoch_number is assigned from the
system epoch number.
I do not understand the reason why the appearance of the "@" makes a
difference in what epoch number to use.
Also I do not understand what is supposed to happend when the name
string ends with the "@" character.
- Robert