On Mon, May 26, 2008 at 1:28 PM, Matthew Dillon <[EMAIL PROTECTED]> wrote: > > :Sound good to me. Pretty much what FBSD does. I just wasn't sure if > :adding another VOP was the way to go -- I didn't realize the setattr > :was expensive. It would explain their choice. > : > :Also, I was thinking about how to add a helper function for chmod > :setattr code, but it seems you've already done it ;) > : > :-- Dion > > Yah, I hadn't quite finished implement HAMMER's setattr. It should > be fully implemented now. > > -Matt
New patch with latest plan: http://dblaz.beevomit.org/dfly/atime-4.patch Implemented the new VOP for UFS, not for HAMMER. -- Dion
