tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/fs/puffs
On Fri, Apr 20, 2012 at 03:13:06AM +0200, Emmanuel Dreyfus wrote:
> Here is a fix. Is it acceptable?
> + /*
> + * PUFFS_KFLAG_CACHE_FS_TTL require extended behavior
> + * from the filesystem for which we have no test right now
> + */
> + kargs->pa_flags &= ~PUFFS_KFLAG_CACHE_FS_TTL;
Just to be sure I understand this correctly:
- old binaries do not set the flag and continue to work
- new binaries compiled against current sources need to be aware of this
behaviour and explicitly enable/disable it accordingly
- the test source code has not been updated to deal with the ttl cahcing
yet, so is modified to disable it
If so, sounds good to me.
Martin
Home |
Main Index |
Thread Index |
Old Index