summaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs/tmpfs_rename.c
AgeCommit message (Expand)Author
2019-07-14Fix uninitialized variable: if 'tvp' is NULL, '*tdep' is not initialized.maxv
2015-07-06Fix typo in comment.wiz
2015-07-06Change tmpfs to vcache.hannken
2013-11-23- Simplify tmpfs_update(), eliminate tmpfs_note_t::tn_status and deferredrmind
2013-11-08tmpfs: replace the broken tmpfs_dircookie() logic which uses the nodermind
2012-09-27Uncomment call to genfs_rename_cache_purge.riastradh
2012-09-25Check tmpfs_rmdired_p after tmpfs_vnode_get when walking up the tree.riastradh
2012-05-09Fix omitted VN_KNOTE(fvp, NOTE_RENAME) in tmpfs_rename.riastradh
2012-05-09Adapt tmpfs_rename to use genfs_rename.riastradh