git: sys/vfs/hammer: Fix comments

2016-11-12 Thread Tomohiro Kusumi
commit f43e824cafe91b52640ea7c87661af2656152af3 Author: Tomohiro Kusumi Date: Sun Nov 13 00:45:04 2016 +0900 sys/vfs/hammer: Fix comments Summary of changes: sys/vfs/hammer/hammer.h | 2 +- sys/vfs/hammer/hammer_disk.h | 8 2 files changed, 5

git: sys/vfs/hammer: Fix comments

2015-11-20 Thread Tomohiro Kusumi
commit d6571938f2980a4084fe36f604af18ab7823a219 Author: Tomohiro Kusumi Date: Fri Nov 20 02:32:45 2015 +0900 sys/vfs/hammer: Fix comments /* (not including atime/mtime) */ was supposed to be for HAMMER_INODE_DDIRTY according to ddfdf542. Summary of

git: sys/vfs/hammer: Fix comments

2015-08-17 Thread Tomohiro Kusumi
commit cdabf05377188faef46ecd3c9aa65c9f411c32de Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Mon Aug 17 19:58:14 2015 +0900 sys/vfs/hammer: Fix comments These functions return 1 or 0, but not TRUE or FALSE macros. (there are also existing comments that use 1/0)

git: sys/vfs/hammer: Fix comments

2015-07-21 Thread Tomohiro Kusumi
commit bf5394bef9710bb02dd4884a90cfca08408511f1 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Jul 21 19:34:28 2015 +0900 sys/vfs/hammer: Fix comments - Fix comments left unchanged in 1afb73cf. It seems the same comments are still effective with rbtree. Summary

git: sys/vfs/hammer: Fix comments

2015-07-12 Thread Tomohiro Kusumi
commit 13c9bf36fcefc05aa5c9a8894353bb1d8a8ad289 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sun Jul 12 12:15:34 2015 +0900 sys/vfs/hammer: Fix comments - hammer_fsbuf_head only existed in the early days of hammer. Summary of changes: sys/vfs/hammer/hammer_disk.h | 9

git: sys/vfs/hammer: Fix comments on zones

2015-06-26 Thread Tomohiro Kusumi
commit f97726aebddef0fa104cd724b446434d86b485f4 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Fri Jun 26 05:21:46 2015 +0900 sys/vfs/hammer: Fix comments on zones - zone-3 is also converted to zone-2 just like zone = 8. - meta is the actual name for zone-9

git: sys/vfs/hammer: Fix comments on btree record data

2015-02-24 Thread Tomohiro Kusumi
commit b5d9eb6dac3b05cce72fb8bd435889a34e05a73f Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Feb 24 19:54:45 2015 +0900 sys/vfs/hammer: Fix comments on btree record data - hunk1 - Make comments up-to-date with code. - hunk2 - Show this member is to be