svn commit: r261914 - head/sys/fs/nandfs

Dimitry Andric dim at FreeBSD.org
Sat Feb 15 11:42:57 UTC 2014


Author: dim
Date: Sat Feb 15 11:42:56 2014
New Revision: 261914
URL: http://svnweb.freebsd.org/changeset/base/261914

Log:
  In sys/fs/nandfs/nandfs_vfsops.c, #if 0 an unused static function.
  
  MFC after:	3 days

Modified:
  head/sys/fs/nandfs/nandfs_vfsops.c

Modified: head/sys/fs/nandfs/nandfs_vfsops.c
==============================================================================
--- head/sys/fs/nandfs/nandfs_vfsops.c	Sat Feb 15 10:53:44 2014	(r261913)
+++ head/sys/fs/nandfs/nandfs_vfsops.c	Sat Feb 15 11:42:56 2014	(r261914)
@@ -285,6 +285,7 @@ nandfs_sblocks_in_block(struct nandfs_de
 	return (fsdev->nd_devblocksize / sizeof(struct nandfs_super_block));
 }
 
+#if 0
 static __inline int
 nandfs_sblocks_in_first_block(struct nandfs_device *fsdev)
 {
@@ -297,6 +298,7 @@ nandfs_sblocks_in_first_block(struct nan
 
 	return (n);
 }
+#endif
 
 static int
 nandfs_write_superblock_at(struct nandfs_device *fsdev,


More information about the svn-src-head mailing list