Re: Oddity in libufs.

From: Frank Mayhar (frank_at_exit.com)
Date: 09/25/05

  • Next message: Stefan Sperling: "Re: kernel hack"
    To: Giorgos Keramidas <keramida@linux.gr>
    Date: Sun, 25 Sep 2005 09:29:15 -0700
    
    

    On Sun, 2005-09-25 at 14:00 +0300, Giorgos Keramidas wrote:
    > On 2005-09-24 20:26, Frank Mayhar <frank@exit.com> wrote:
    > > That assignment up there looks redundant, as ccg is never used. I
    > > suspect that it's a relic of an old lseek()/read() pair that's long
    > > gone.
    > It's probably easy to verify that without this assignment 'ccg' is an
    > unused var:

    Um, yeah. I was pointing it out mostly so that a committer could check
    it out and perhaps remove the line in question...

    -- 
    Frank Mayhar frank@exit.com     http://www.exit.com/
    Exit Consulting                 http://www.gpsclock.com/
                                    http://www.exit.com/blog/frank/
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
    

  • Next message: Stefan Sperling: "Re: kernel hack"

    Relevant Pages

    • Re: Oddity in libufs.
      ... > That assignment up there looks redundant, as ccg is never used. ... if a warning about 'unused ccg var' is printed, ...
      (freebsd-hackers)
    • Re: Oddity in libufs.
      ... > I've been using libufs as the I/O mechanism for my modification ... > of sysutils/ffsrecov. ... > That assignment up there looks redundant, ... it looks like it shouldn't cause any harm to just remove ccg. ...
      (freebsd-hackers)
    • Re: Oddity in libufs.
      ... I just looked at cgread() to see what it does and noticed that ... >> That assignment up there looks redundant, as ccg is never used. ... > if a warning about 'unused ccg var' is printed, ...
      (freebsd-hackers)
    • Re: How to save initial configuration? (program installation)
      ... Kind of redundant, but I would think it would still work. ... substitutes the default assignment for the new one in the code... ... almost a $PREFIX from ./configure or something like it. ...
      (comp.lang.python)