[OpenWrt-Devel] [PATCH V2 fstools 1/2] jffs2reset: avoid code duplication in jffs2_reset and jffs2_mark
John Crispin
blogic at openwrt.org
Sat Apr 11 02:08:12 EDT 2015
Hi,
On 10/04/2015 21:45, Rafał Miłecki wrote:
> + /* TODO: Check for /overlay filesystem */
> + if (find_filesystem("overlay")) {
> + ULOG_ERR("overlayfs not supported by kernel\n");
> + return -1;
> + }
> +
why did you add the TODO ? what part is missing there ?
John
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list