sys/kern: Fix comments
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 10 May 2015 16:56:43 +0000 (01:56 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 10 May 2015 17:14:25 +0000 (02:14 +0900)
commit6a85c61bc2794e37b6c15b7d670d5dae35ebe1af
tree9ddd11ebd1bca172351b7ad4374fb05bba6de742
parent371cb095cfbd4be09a76849d9b9ad961d5001e84
sys/kern: Fix comments

- hunk1 - Add missing MPSAFE comment.

- hunk2 - It actually acquires per-mount-token and get_mplock();
  although it says get_mplock(); is /* TEMPORARY */.
  See sys/sys/mount.h.
sys/kern/vfs_vfsops.c
sys/vfs/hammer/hammer_vfsops.c