sys/vfs/hammer: Remove HAMMER_ITIMES_XXX macros
commit5b93c62dcd3f0ec8cf36f32b1e1d18eaca8e87bd
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 29 Nov 2015 10:14:46 +0000 (29 19:14 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 29 Nov 2015 14:01:07 +0000 (29 23:01 +0900)
tree007b62a969b27ce83bb5491ce0575a836ecfc3a4
parent9d5dfd722ac6800ce93663c03f60f64aeaa6ad41
sys/vfs/hammer: Remove HAMMER_ITIMES_XXX macros

hammer_update_itimes() is better without these macros.

The details of hammer_modify_buffer() arguments shouldn't be
hidden by these macros, because ondisk inode fields modified
in the next two lines are what hammer_modify_buffer() pushes
into undo fifo. This relation should be visible in the code.

Also remove a comment that refers to HAMMER_INODE_ITIMES.
This macro has already been removed.
sys/vfs/hammer/hammer_disk.h
sys/vfs/hammer/hammer_inode.c