updating mtime for char/block devices?

From: Carl-Daniel Hailfinger (c-d.hailfinger.devel.2005_at_gmx.net)
Date: 02/28/05

  • Next message: Christian Schmid: "Re: Slowdown on high-load machines with 3000 sockets"
    Date:	Mon, 28 Feb 2005 00:51:10 +0100
    To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
    
    

    Hi,

    is it intentional that
    echo foo >/dev/hda1
    doesn't update the mtime of the device node, but
    echo foo >/dev/tty10
    does update the mtime of the device node?

    And no, mounting with the noatime flag doesn't help because the
    mtime is updated. IIRC some time ago this behaviour was different,
    but I could easily be mistaken.

    Regards,
    Carl-Daniel

    -- 
    http://www.hailfinger.org/
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Christian Schmid: "Re: Slowdown on high-load machines with 3000 sockets"

    Relevant Pages