Date: Wed, 17 May 2006 00:48:14 GMT From: David Rhodus <drhodus@machdep.com> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/97377: [PATCH] syntax cleanup Message-ID: <200605170048.k4H0mE2o038376@www.freebsd.org> Resent-Message-ID: <200605170050.k4H0oCfr037547@freefall.freebsd.org>
index | next in thread | raw e-mail
>Number: 97377
>Category: kern
>Synopsis: [PATCH] syntax cleanup
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed May 17 00:50:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: David Rhodus
>Release:
>Organization:
>Environment:
>Description:
Index: ntfs_ihash.c
===================================================================
RCS file: /home/ncvs/src/sys/fs/ntfs/ntfs_ihash.c,v
retrieving revision 1.21
diff -u -r1.21 ntfs_ihash.c
--- ntfs_ihash.c 6 Jan 2005 18:10:39 -0000 1.21
+++ ntfs_ihash.c 17 May 2006 00:45:25 -0000
@@ -89,9 +89,10 @@
struct ntnode *ip;
mtx_lock(&ntfs_nthash_mtx);
- LIST_FOREACH(ip, NTNOHASH(dev, inum), i_hash)
+ LIST_FOREACH(ip, NTNOHASH(dev, inum), i_hash) {
if (inum == ip->i_number && dev == ip->i_dev)
break;
+ }
mtx_unlock(&ntfs_nthash_mtx);
return (ip);
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605170048.k4H0mE2o038376>
