Style.
Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
This commit is contained in:
parent
fbcbbe78dc
commit
4eeec01fee
@ -888,12 +888,12 @@ freeclusterchain(struct msdosfsmount *pmp, u_long cluster)
|
||||
int
|
||||
fillinusemap(struct msdosfsmount *pmp)
|
||||
{
|
||||
struct buf *bp = NULL;
|
||||
u_long cn, readcn;
|
||||
struct buf *bp;
|
||||
u_long bn, bo, bsize, byteoffset, cn, readcn;
|
||||
int error;
|
||||
u_long bn, bo, bsize, byteoffset;
|
||||
|
||||
MSDOSFS_ASSERT_MP_LOCKED(pmp);
|
||||
bp = NULL;
|
||||
|
||||
/*
|
||||
* Mark all clusters in use, we mark the free ones in the FAT scan
|
||||
|
Loading…
x
Reference in New Issue
Block a user