git: kernel - Fix cross-mount handling in tmpfs hardlink code
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Feb 22 13:04:42 PST 2013
commit 6434f9635a3e6e9bd39eba77d3bd0c4e399b493c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Feb 22 13:03:04 2013 -0800
kernel - Fix cross-mount handling in tmpfs hardlink code
* Fix tmpfs to properly report EXDEV when a cross-mount hardlink is
attempted instead of asserting and causing a panic.
Reported-by: ftigeot
Summary of changes:
sys/vfs/tmpfs/tmpfs_vnops.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6434f9635a3e6e9bd39eba77d3bd0c4e399b493c
--
DragonFly BSD source repository
More information about the Commits
mailing list