Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 12:57:30 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r248325 - head/sys/kern
Message-ID:  <201303151257.r2FCvVrp016820@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Fri Mar 15 12:57:30 2013
New Revision: 248325
URL: http://svnweb.freebsd.org/changeset/base/248325

Log:
  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

Modified:
  head/sys/kern/vfs_vnops.c

Modified: head/sys/kern/vfs_vnops.c
==============================================================================
--- head/sys/kern/vfs_vnops.c	Fri Mar 15 12:55:30 2013	(r248324)
+++ head/sys/kern/vfs_vnops.c	Fri Mar 15 12:57:30 2013	(r248325)
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303151257.r2FCvVrp016820>