lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 14 Jul 2009 19:19:42 +0530
From:	Jaswinder Singh Rajput <jaswinder@...nel.org>
To:	David Howells <dhowells@...hat.com>
Cc:	linux-kernel@...r.kernel.org, torvalds@...l.org,
	Artem Bityutskiy <Artem.Bityutskiy@...ia.com>,
	akpm@...ux-foundation.org, linux-afs@...ts.infradead.org
Subject: Re: [PATCH] AFS: Fix compilation warning

On Tue, 2009-07-14 at 14:10 +0100, David Howells wrote:
> Jaswinder Singh Rajput <jaswinder@...nel.org> wrote:
> 
> > 2. fix 80 column wrap problem
> 
> I don't see an 80-column wrap problem that you've removed.
> 

ok here it is :

-               if (fid.vnode != vnode->fid.vnode) {
-                       _debug("%s: dirent changed [%u != %u]",
-                              dentry->d_name.name, fid.vnode,
-                              vnode->fid.vnode);
-                       goto not_found;
-               }

+       if (fid.vnode != vnode->fid.vnode) {
+               _debug("%s: dirent changed [%u != %u]",
+                      dentry->d_name.name, fid.vnode, vnode->fid.vnode);
+               goto not_found;
+       }


-               /* if the vnode ID uniqifier has changed, then the file has
-                * been deleted and replaced, and the original vnode ID has
-                * been reused */

+       /*
+        * if the vnode ID uniqifier has changed, then the file has been
+        * deleted and replaced, and the original vnode ID has been reused
+        */

--
JSR

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ