svn commit: r306741 - head/sys/kern

Conrad E. Meyer cem at FreeBSD.org
Wed Oct 5 23:42:04 UTC 2016


Author: cem
Date: Wed Oct  5 23:42:02 2016
New Revision: 306741
URL: https://svnweb.freebsd.org/changeset/base/306741

Log:
  vfs_bio: Remove a leading space (style)
  
  Introduced in r282085.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  head/sys/kern/vfs_bio.c

Modified: head/sys/kern/vfs_bio.c
==============================================================================
--- head/sys/kern/vfs_bio.c	Wed Oct  5 23:25:29 2016	(r306740)
+++ head/sys/kern/vfs_bio.c	Wed Oct  5 23:42:02 2016	(r306741)
@@ -3113,7 +3113,7 @@ flushbufqueues(struct vnode *lvp, int ta
 		if (bp->b_qindex == QUEUE_SENTINEL || (lvp != NULL &&
 		    bp->b_vp != lvp)) {
 			mtx_unlock(&bqlocks[queue]);
- 			continue;
+			continue;
 		}
 		error = BUF_LOCK(bp, LK_EXCLUSIVE | LK_NOWAIT, NULL);
 		mtx_unlock(&bqlocks[queue]);


More information about the svn-src-head mailing list