mark_page_accessed is exported in both ksyms.c and filemap.c, both XFS
and benh add that export. Remove one of the
EXPORT_SYMBOL(mark_page_accessed).
>in include/linux/sysctl.h, two resources (?) want a VM_ set to 14:
>
>1 => VM_HEAP_STACK_GAP=14, /* int: page gap between heap and stack */
>2 => VM_PAGEBUF=14, /* struct: Control pagebuf parameters */
> VM_LAPTOP_MODE=15,
> VM_BLOCK_DUMP=16,
>
>number 1 is from benh, and number 2 is from XFS. i need both - benh's for some drivers for my hardware, and XFS
>because most of my FSes are XFS.
The sysctl numbers have nothing to do with the compile error. Pick
another number for one of the conflicting sysctls.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/