Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2014 03:58:30 +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-10@freebsd.org
Subject:   svn commit: r269284 - stable/10/sys/fs/tmpfs
Message-ID:  <201407300358.s6U3wUAh061164@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Wed Jul 30 03:58:29 2014
New Revision: 269284
URL: http://svnweb.freebsd.org/changeset/base/269284

Log:
  MFC r268765:
  Remove unused header.

Modified:
  stable/10/sys/fs/tmpfs/tmpfs_vnops.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/fs/tmpfs/tmpfs_vnops.c
==============================================================================
--- stable/10/sys/fs/tmpfs/tmpfs_vnops.c	Wed Jul 30 03:56:17 2014	(r269283)
+++ stable/10/sys/fs/tmpfs/tmpfs_vnops.c	Wed Jul 30 03:58:29 2014	(r269284)
@@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/proc.h>
 #include <sys/rwlock.h>
 #include <sys/sched.h>
-#include <sys/sf_buf.h>
 #include <sys/stat.h>
 #include <sys/systm.h>
 #include <sys/sysctl.h>



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