sys/vfs/tmpfs: Fix comments
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 3 May 2015 17:25:39 +0000 (02:25 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 3 May 2015 17:36:23 +0000 (02:36 +0900)
commit9855a82286610f5cb9366145f3e8b0f81d497173
tree27c0ffd3d2c8380bb3050dcd4d1ccb6cf6f6a6da
parent057bf798e93882d4b14a5b08b0a22a89f4081f2c
sys/vfs/tmpfs: Fix comments

- DragonFly has 'struct tmpfs_node *dnode' for the first arg.
  (it was vnode* in FreeBSD)
sys/vfs/tmpfs/tmpfs_subr.c