summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vnops.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2014-03-05 04:23:19 +0000
committerpfg <pfg@FreeBSD.org>2014-03-05 04:23:19 +0000
commitb4d210b85cee9665fda000d597907a8637a86961 (patch)
treed7aff21cf5508696429182e8bd056969695974d0 /sys/ufs/ffs/ffs_vnops.c
parent7616e36e49ea0576d5ac21ebc8dd98242b3e488d (diff)
downloadFreeBSD-src-b4d210b85cee9665fda000d597907a8637a86961.zip
FreeBSD-src-b4d210b85cee9665fda000d597907a8637a86961.tar.gz
MFC r262678;
ufs: small formatting fixes. Cleanup some extra space. Use of tabs vs. spaces. No functional change. Reviewed by: mckusick
Diffstat (limited to 'sys/ufs/ffs/ffs_vnops.c')
-rw-r--r--sys/ufs/ffs/ffs_vnops.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ufs/ffs/ffs_vnops.c b/sys/ufs/ffs/ffs_vnops.c
index 792d253..a498587 100644
--- a/sys/ufs/ffs/ffs_vnops.c
+++ b/sys/ufs/ffs/ffs_vnops.c
@@ -720,10 +720,10 @@ ffs_write(ap)
if (uio->uio_offset + xfersize > ip->i_size)
vnode_pager_setsize(vp, uio->uio_offset + xfersize);
- /*
+ /*
* We must perform a read-before-write if the transfer size
* does not cover the entire buffer.
- */
+ */
if (fs->fs_bsize > xfersize)
flags |= BA_CLRBUF;
else
@@ -1082,7 +1082,7 @@ ffs_extwrite(struct vnode *vp, struct uio *uio, int ioflag, struct ucred *ucred)
/*
* We must perform a read-before-write if the transfer size
* does not cover the entire buffer.
- */
+ */
if (fs->fs_bsize > xfersize)
flags |= BA_CLRBUF;
else
OpenPOWER on IntegriCloud