svn commit: r262211 - stable/10/sys/fs/nandfs

Dimitry Andric dim at FreeBSD.org
Wed Feb 19 07:55:29 UTC 2014


Author: dim
Date: Wed Feb 19 07:55:28 2014
New Revision: 262211
URL: http://svnweb.freebsd.org/changeset/base/262211

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

Modified:
  stable/10/sys/fs/nandfs/nandfs_vfsops.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/fs/nandfs/nandfs_vfsops.c
==============================================================================
--- stable/10/sys/fs/nandfs/nandfs_vfsops.c	Wed Feb 19 07:51:58 2014	(r262210)
+++ stable/10/sys/fs/nandfs/nandfs_vfsops.c	Wed Feb 19 07:55:28 2014	(r262211)
@@ -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-stable-10 mailing list