[PATCH] AFS: Fix compilation warning

Jaswinder Singh Rajput jaswinder at kernel.org
Tue Jul 14 09:49:42 EDT 2009


On Tue, 2009-07-14 at 14:10 +0100, David Howells wrote:
> Jaswinder Singh Rajput <jaswinder at kernel.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




More information about the linux-afs mailing list