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

/freebsd-10.3-release/sys/fs/ext2fs/
H A Dext2_dinode.hdiff 259904 Thu Dec 26 01:27:55 MST 2013 pfg MFC r258904, r259780:
Small ext2fs updates.

Add two new reserved inodes.
Make the hashing algorithm match the linux code.

PR: kern/183230
/freebsd-10.3-release/sys/fs/devfs/
H A Ddevfs_devs.cdiff 183230 Sun Sep 21 14:18:53 MDT 2008 ed Already initialize the vfs timestamps inside the cdev upon allocation.

In the MPSAFE TTY branch I noticed the vfs timestamps inside devfs were
allocated with 0, where the getattr() routine bumps the timestamps to
boottime if the value is below 3600. The reason why it has been designed
like this, is because timestamps during boot are likely to be invalid.

This means that device nodes that are created on demand (posix_openpt())
have timestamps with a value of boottime, which is not what we want.
Solve this by calling vfs_timestamp() inside devfs_alloc().

Discussed with: kib

Completed in 108 milliseconds