DragonFly BSD
 

Message4979

Author dillon
Recipients qhwt+dfly
Date 2008-07-19.03:51:01
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.

    Ah, ok, you can abort that core dump download then.

    The DragonFly kernel is supposed to do that check.  At least, I 
    assumed that the DragonFly kernel would do that check, so I didn't
    do it in HAMMER.  I will fix the kernel.

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