lkml.org 
[lkml]   [1998]   [Apr]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    SubjectRe: Hohum: 2.0.34pre10 uploaded
    dir.c:116: warning: `dump_de' defined but not used

    The place where this function was called is #if 0'd. Here's a patch to
    #if 0 its definition as well.
    ___
    Trevor Johnson

    --- linux/fs/fat/dir.c.orig Tue Apr 21 06:00:58 1998
    +++ linux/fs/fat/dir.c Tue Apr 21 06:28:48 1998
    @@ -112,6 +112,7 @@
    }


    +#if 0
    static void dump_de(struct msdos_dir_entry *de)
    {
    int i;
    @@ -123,6 +124,7 @@
    }
    printk("]\n");
    }
    +#endif

    int fat_readdirx(
    struct inode *inode,


    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.rutgers.edu

    \
     
     \ /
      Last update: 2005-03-22 13:42    [W:2.439 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site