1. 01 May, 2002 2 commits
    • David S. Miller's avatar
      fs/exportfs/expfs.c:dprintk · d10fe26e
      David S. Miller authored
      - Fix macro varargs usage, you need to specify a variable name
      before the triple dot or else most current compilers complain.
      See include/linux/ext2_fs.h:ext2_debug for another example where
      it is done correctly.
      d10fe26e
    • David S. Miller's avatar
      fs/autofs/inode.c:parse_options · 128e5e91
      David S. Miller authored
      - Fix bug in strsep/strchr changes, dereference *this_char
      not *value at top of while loop.  This matches how the same
      code in fs/autofs4/inode.c looks right now.
      Withtout this autofs loading causes an OOPS as the first
      time through the loop *value is dereferencing a NULL pointer.
      128e5e91
  2. 28 Apr, 2002 38 commits