aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_vnops.c
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2013-03-15 12:57:30 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2013-03-15 12:57:30 +0000
commit5791cee8834bff13a658ada71807114cb75a2553 (patch)
treeffc3b293ab967776d775e1d3efff55f0b629e04e /sys/kern/vfs_vnops.c
parentdc4ad05ecdb2ffe15cb9ed3163c47649489adae0 (diff)
downloadsrc-5791cee8834bff13a658ada71807114cb75a2553.tar.gz
src-5791cee8834bff13a658ada71807114cb75a2553.zip
Add my copyright for the 2012 year work, in particular vn_io_fault()
and f_offset locking. Add required Foundation notice for r248319. Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=248325
Diffstat (limited to 'sys/kern/vfs_vnops.c')
-rw-r--r--sys/kern/vfs_vnops.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c
index cebc4f91eabf..95151c9b8116 100644
--- a/sys/kern/vfs_vnops.c
+++ b/sys/kern/vfs_vnops.c
@@ -7,6 +7,11 @@
* Co. or Unix System Laboratories, Inc. and are reproduced herein with
* the permission of UNIX System Laboratories, Inc.
*
+ * Copyright (c) 2012 Konstantin Belousov <kib@FreeBSD.org>
+ * Copyright (c) 2013 The FreeBSD Foundation
+ * Portions of this software were developed by Konstantin Belousov
+ * under sponsorship from the FreeBSD Foundation.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met: