Re: [V9fs-developer] [PATCH] 9p: attach-per-user

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Latchesar Ionkov <lucho@...>
Cc: <linux-kernel@...>, <linux-fsdevel@...>, <v9fs-developer@...>
Date: Tuesday, September 11, 2007 - 10:31 am

On 9/3/07, Latchesar Ionkov <lucho@ionkov.net> wrote:

nit picks:
   * you added/changed options without updated Documentation/filesystems/9p.txt
   * you changed v9fs->extended to be part of a flags structure, that
should have been
       a separate patch
   * rename of options should have been done in a separate patch


Which option is default?


Even small cleanups like this should probably be confined to a
separate patch if they are unrelated.

...
...

The way the patch got formatted, these look like compulsive
renames..but there's an added function and then changes to the other
two.  I think it might be because of the way you ordered the
functions.  Put new functions after the old functions and maybe this
won't happen.  And clone seems to have lost his function header.  The
code is pretty inconsistent about those these days, but I'd like to do
an audit soon and make sure we have proper comment blocks where
appropriate.

scripts/checkpatch.pl reports:

ERROR: need a space before the open parenthesis '('
#244: FILE: fs/9p/fid.c:147:
+               for(ds = dentry; !IS_ROOT(ds); ds = ds->d_parent)

ERROR: need a space before the open parenthesis '('
#275: FILE: fs/9p/fid.c:178:
+       for(d = dentry, i = n; i >= 0; i--, d = d->d_parent)

Please fix up these small bits and resubmit.

                 -eric


Also, go ahead and cc: me directly on patches, for some reason this
one missed my normal filters and got lost.  If I'm directly cc:'d it
will pop to the top of my inbox.

           -eric
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] 9p: attach-per-user, Latchesar Ionkov, (Mon Sep 3, 4:18 pm)
Re: [V9fs-developer] [PATCH] 9p: attach-per-user, Eric Van Hensbergen, (Tue Sep 11, 10:31 am)