Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2013 13:24:20 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r248881 - stable/9/sys/kern
Message-ID:  <201303291324.r2TDOK36097478@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Fri Mar 29 13:24:19 2013
New Revision: 248881
URL: http://svnweb.freebsd.org/changeset/base/248881

Log:
  MFC r248325:
  Add my copyright for the 2012 year work, in particular vn_io_fault()
  and f_offset locking.  Add required Foundation notice for r248319.
  
  MFC r248329:
  Separate the copyright lines and the informational block by a blank line.

Modified:
  stable/9/sys/kern/vfs_vnops.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/kern/vfs_vnops.c
==============================================================================
--- stable/9/sys/kern/vfs_vnops.c	Fri Mar 29 13:23:43 2013	(r248880)
+++ stable/9/sys/kern/vfs_vnops.c	Fri Mar 29 13:24:19 2013	(r248881)
@@ -7,6 +7,12 @@
  * 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?201303291324.r2TDOK36097478>