git: sys/sys: Remove VFS_MPLOCK2 macro

2015-05-10 Thread Tomohiro Kusumi
commit e47b73c65d312cf196178b1110166a8d203abaeb Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sun May 10 06:28:25 2015 +0900 sys/sys: Remove VFS_MPLOCK2 macro - Not only vfs and filesystems are NOT using this macro, but also this macro doesn't work given that

git: sys/sys: Rename VFS_MPLOCK1 to VFS_MPLOCK

2015-05-10 Thread Tomohiro Kusumi
commit 371cb095cfbd4be09a76849d9b9ad961d5001e84 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sun May 10 07:45:08 2015 +0900 sys/sys: Rename VFS_MPLOCK1 to VFS_MPLOCK - The previous commit has removed VFS_MPLOCK2 macro. - VFS_MPLOCK1 is the only VFS_MPLOCK*

git: Fix LINT64 build.

2015-05-10 Thread Sascha Wildner
commit c7b28cfd05b96eb648b16b5f40c0df89bb242240 Author: Sascha Wildner s...@online.de Date: Sun May 10 09:03:28 2015 +0200 Fix LINT64 build. Summary of changes: sys/conf/files | 2 ++ 1 file changed, 2 insertions(+)

git: sys/kern: Remove trailing ; from DO_OPS()

2015-05-10 Thread Tomohiro Kusumi
commit 979fcbd650ee90c8e1b2285833c5dc117ff53777 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Mon May 11 02:17:57 2015 +0900 sys/kern: Remove trailing ; from DO_OPS() - The trailing ; is redundant. Summary of changes: sys/kern/vfs_vopops.c | 2 +- 1 file changed, 1

git: sys/kern: Fix comments

2015-05-10 Thread Tomohiro Kusumi
commit 6a85c61bc2794e37b6c15b7d670d5dae35ebe1af Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Mon May 11 01:56:43 2015 +0900 sys/kern: Fix comments - hunk1 - Add missing MPSAFE comment. - hunk2 - It actually acquires per-mount-token and get_mplock();