DragonFly BSD
 

Message4978

Author dillon
Recipients qhwt+dfly
Date 2008-07-19.03:51:00
Content
:A-ha, looking at ktrace output (somehow truss stuck in the middle of
:execution) and the UFS source code, HAMMER lacks cross-device link checks
:in nlink and nrename.  I'll work on a patch for this one.
:
:Cheers.

    Oh, sorry, as usual I didn't completely read your short posting :-)

    If you would like to fix it, please go ahead!  Please fix it in
    the upper layers of the kernel though, not in HAMMER.  The kernel
    is supposed to vet cross device link checks before diving into the VOP.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>
History
Date User Action Args
2008-07-19 03:51:00dillonsetrecipients: + qhwt+dfly
2008-07-19 03:51:00dillonlinkissue1076 messages
2008-07-19 03:51:00dilloncreate