git: sys/vfs/hammer: Fix comment

2016-02-28 Thread Tomohiro Kusumi
commit d9ecde89b9f1afe365453fed62868c1fe80cdf97 Author: Tomohiro Kusumi Date: Sun Feb 28 04:11:19 2016 +0900 sys/vfs/hammer: Fix comment This comment made by 66325755 in 2007 seems to be wrong today. There is no code that indicates parent inode# ==

git: sys/vfs/hammer: Fix comment on localization

2015-08-02 Thread Tomohiro Kusumi
commit 813693fcff725f3b5cd53b336a14bdf6ab3d16bf Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Thu Jul 30 20:16:12 2015 +0900 sys/vfs/hammer: Fix comment on localization Add missing tid. Summary of changes: sys/vfs/hammer/hammer_btree.h | 4 ++-- 1 file changed, 2

git: sys/vfs/hammer: Fix comment

2015-04-21 Thread Tomohiro Kusumi
commit 558a44e2ea853e87cd77f5260c550f647b9b6326 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Apr 21 21:02:47 2015 +0900 sys/vfs/hammer: Fix comment - Sync a comment with what's written in reblock_usage(). Summary of changes: sys/vfs/hammer/hammer_reblock.c | 4

git: sys/vfs/hammer: Fix comment on leaf node elements

2015-03-24 Thread Tomohiro Kusumi
commit 6f359c7af39af7022c97dc84cf364e656bfc2467 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Mar 24 20:18:05 2015 +0900 sys/vfs/hammer: Fix comment on leaf node elements - This seems to be an obsolete comment from 47197d71. There is nothing special about leaf

git: sys/vfs/hammer: Fix comment on PFS

2015-02-23 Thread Tomohiro Kusumi
commit cf620e4b65d7e8812cf4cc781f61c1c56f979409 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Mon Feb 23 21:17:01 2015 +0900 sys/vfs/hammer: Fix comment on PFS - HAMMER_RECTYPE_FIX and HAMMER_FIXKEY_PSEUDOFS are no longer used by cursor to lookup PFS data. It uses

git: sys/vfs/hammer: fix comment regarding unknown object type

2015-02-20 Thread Tomohiro Kusumi
commit 098f3e0cf8c0b6b894828fe99e6fc78af6721407 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sat Feb 21 06:54:14 2015 +0900 sys/vfs/hammer: fix comment regarding unknown object type - There are btree nodes that have 0 (HAMMER_OBJTYPE_UNKNOWN) for obj_type although