svn commit: r328406 - head/sys/fs/ext2fs

Pedro F. Giffuni pfg at FreeBSD.org
Thu Jan 25 18:01:47 UTC 2018


Author: pfg
Date: Thu Jan 25 18:01:46 2018
New Revision: 328406
URL: https://svnweb.freebsd.org/changeset/base/328406

Log:
  Minor style issue introduced in r328346.
  
  Pointed by:	bde

Modified:
  head/sys/fs/ext2fs/ext2_lookup.c

Modified: head/sys/fs/ext2fs/ext2_lookup.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_lookup.c	Thu Jan 25 17:53:33 2018	(r328405)
+++ head/sys/fs/ext2fs/ext2_lookup.c	Thu Jan 25 18:01:46 2018	(r328406)
@@ -145,9 +145,9 @@ ext2_readdir(struct vop_readdir_args *ap)
 	off_t offset, startoffset;
 	size_t readcnt, skipcnt;
 	ssize_t startresid;
+	u_int ncookies;
 	int DIRBLKSIZ = VTOI(ap->a_vp)->i_e2fs->e2fs_bsize;
 	int error;
-	u_int ncookies;
 
 	if (uio->uio_offset < 0)
 		return (EINVAL);


More information about the svn-src-head mailing list