In sys/fs/nandfs/nandfs_vfsops.c, #if 0 an unused static function.
MFC after: 3 days
This commit is contained in:
parent
e401beb723
commit
2de7ba0758
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user