CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2013/12/23 10:23:51
Modified files: sys/tmpfs : tmpfs_vnops.c Log message: Move KASSERT a bit further down because it can apparently be triggered by trying to hardlink a directory. While this is not allowed on tmpfs, this allows us to reach the code that checks for this such that we can return the appropriate error. Cluestick from Pedro Martelletto. ok espie@