]> err.no Git - util-linux/commit
mount: use utimensat(AT_FDCWD) rather than open()+futimens()
authorKarel Zak <kzak@redhat.com>
Fri, 29 Oct 2010 18:04:00 +0000 (20:04 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 29 Oct 2010 18:04:00 +0000 (20:04 +0200)
commita21640baec08b7b20e7d829c3aae87e35d5dbf04
tree508a97067581fc8122a61bb90062ded5ed33bab8
parent29e6ed5e8f8222b4d54dc63ab3b1014de3e9acc4
mount: use utimensat(AT_FDCWD) rather than open()+futimens()

Thanks to Kay Sievers.

Signed-off-by: Karel Zak <kzak@redhat.com>
mount/mount.c