[PATCH] New VFS Module "unityed_media" for sharing AVID projects

Jeremy Allison jra at samba.org
Tue Dec 30 09:50:17 MST 2014


On Tue, Dec 30, 2014 at 11:06:24AM +0100, Ralph Böhme wrote:
> On Fri, Dec 19, 2014 at 10:01:42PM +0100, Ralph Böhme wrote:
> > Hi Jeremy,
> > 
> > On Tue, Dec 16, 2014 at 03:20:07PM -0800, Jeremy Allison wrote:
> > > On Mon, Dec 08, 2014 at 06:55:35PM +0100, Ralph Böhme wrote:
> > > > Hi all,
> > > > 
> > > > attached is a new VFS module for improved AVID project sharing, from
> > > > the commit message:
> > > > It's been tested by 3rd party and reported to work flawlessly. Please
> > > > review, comment and/or push if ok.
> > > 
> > > First comment/fix needed.
> > > 
> > > get_digit_group() walks through a pathname using:
> > > 
> > > +       while (*p) {
> > > +               if (isdigit(*p)) {
> > > +                       *digit = (uintmax_t)strtoul(p, &endp, 10);
> > > +                       DEBUG(10, ("num_suffix = '%ju'\n",
> > > +                                             *digit));
> > > +                       return true;
> > > +               }
> > > +               p++;
> > > +       }
> > > 
> > > This won't work for non-ASCII files. Use next_codepoint()
> > > to walk through pathname strings.
> > 
> > thanks, will fix and resubmit.
> 
> updated patch attached.

I'll get to this next Monday if no one else
gets to it first.

I'm only checking samba.org email once a day
this week :-).


More information about the samba-technical mailing list