Searched hist:230489 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/bin/cat/
H A Dcat.cdiff 337733 Tue Aug 14 01:54:06 MDT 2018 kevans MFC r322325: cat: fix build with -DNO_UDOM_SUPPORT

PR: 230489
/freebsd-11-stable/sys/kern/
H A Dvfs_cache.cdiff 230489 Mon Jan 23 15:24:07 MST 2012 kib Apparently, both nfs clients do not use cache_enter_time()
consistently, creating some namecache entries without NCF_TS flag.
This causes panic due to failed assertion.

As a temporal relief, remove the assert. Return epoch timestamp for
the entries without timestamp if asked.

While there, consolidate the code which returns timestamps, into a
helper cache_out_ts().

Discussed with: jhb
MFC after: 2 weeks

Completed in 78 milliseconds