diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/hurd.texi | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 447eb581..35da1e0b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-08-16 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * hurd.texi: Document diskfs_set_node_atime. + 2007-03-16 Ben Asselstine <benasselstine@gmail.com> Thomas Schwinge <tschwinge@gnu.org> diff --git a/doc/hurd.texi b/doc/hurd.texi index 2d5ce5c5..db3bc43a 100644 --- a/doc/hurd.texi +++ b/doc/hurd.texi @@ -3928,6 +3928,11 @@ locked since). @var{dir} must always be provided as at least a hint for disk allocation strategies. @end deftypefun +@deftypefun void diskfs_set_node_atime (@w{struct node *@var{np}}) +If disk is not readonly and the noatime option is not enabled, set +@code{@var{np}->dn_set_atime}. +@end deftypefun + @deftypefun void diskfs_set_node_times (@w{struct node *@var{np}}) If @code{@var{np}->dn_set_ctime} is set, then modify @code{@var{np}->dn_stat.st_ctime} appropriately; do the analogous |