svn commit: r322984 - head/sys/fs/msdosfs
Konstantin Belousov
kib at FreeBSD.org
Mon Aug 28 21:04:57 UTC 2017
Author: kib
Date: Mon Aug 28 21:04:56 2017
New Revision: 322984
URL: https://svnweb.freebsd.org/changeset/base/322984
Log:
Style.
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Modified:
head/sys/fs/msdosfs/msdosfs_fat.c
Modified: head/sys/fs/msdosfs/msdosfs_fat.c
==============================================================================
--- head/sys/fs/msdosfs/msdosfs_fat.c Mon Aug 28 20:55:13 2017 (r322983)
+++ head/sys/fs/msdosfs/msdosfs_fat.c Mon Aug 28 21:04:56 2017 (r322984)
@@ -888,12 +888,12 @@ freeclusterchain(struct msdosfsmount *pmp, u_long clus
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
More information about the svn-src-all
mailing list