Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 174670 | Differences between
and this patch

Collapse All | Expand All

(-)src/kernel/linux-2.6/pvfs2-proc.c.old (-1 / +1 lines)
Lines 337-343 Link Here
337
#ifdef CONFIG_SYSCTL
337
#ifdef CONFIG_SYSCTL
338
    if (!fs_table_header)
338
    if (!fs_table_header)
339
    {
339
    {
340
        fs_table_header = register_sysctl_table(fs_table, 0);
340
        fs_table_header = register_sysctl_table(fs_table);
341
    }
341
    }
342
#endif
342
#endif
343
343

Return to bug 174670