summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/fs/nandfs/nandfs_vfsops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/nandfs/nandfs_vfsops.c b/sys/fs/nandfs/nandfs_vfsops.c
index 9e3196e..fd9b0c9 100644
--- a/sys/fs/nandfs/nandfs_vfsops.c
+++ b/sys/fs/nandfs/nandfs_vfsops.c
@@ -285,6 +285,7 @@ nandfs_sblocks_in_block(struct nandfs_device *fsdev)
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 nandfs_device *fsdev)
return (n);
}
+#endif
static int
nandfs_write_superblock_at(struct nandfs_device *fsdev,
OpenPOWER on IntegriCloud