• Alexander Viro's avatar
    [PATCH] add touch_atime() helper · df8781b5
    Alexander Viro authored
    Preparation for per-mountpoint noatime, nodiratime and later -
    per-mountpoint r/o.  Depends on file_accessed() patch, should go after
    it.
    
    New helper - touch_atime(mnt, dentry).  It's a wrapper for
    update_atime() and that's where all future per-mountpoint checks will
    go.
    df8781b5
namei.c 55.7 KB