From af77653dacca6d0747caab8422e3ee0a55313bec Mon Sep 17 00:00:00 2001 From: Tomohiro Kusumi Date: Mon, 23 Feb 2015 02:51:35 +0900 Subject: [PATCH] sys/vfs/hammer: remove comment on atime - Remove a comment regarding where atime is stored. It's a parf of inode, but not btree element. This comment was added in 11ad5ade when atime became a part of btree element, but never removed when bcac4bbb moved it back to inode. --- sys/vfs/hammer/hammer_disk.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/vfs/hammer/hammer_disk.h b/sys/vfs/hammer/hammer_disk.h index 7a2dbcb41d..204e92e072 100644 --- a/sys/vfs/hammer/hammer_disk.h +++ b/sys/vfs/hammer/hammer_disk.h @@ -708,10 +708,6 @@ typedef struct hammer_volume_ondisk *hammer_volume_ondisk_t; * * NOTE: Future note on directory hardlinks. We can implement a record type * which allows us to point to multiple parent directories. - * - * NOTE: atime is stored in the inode's B-Tree element and not in the inode - * data. This allows the atime to be updated without having to lay down a - * new record. */ struct hammer_inode_data { u_int16_t version; /* inode data version */ -- 2.41.0