#21858: f2fs extroot
------------------------------+------------------------
 Reporter:  bolvan            |      Owner:  developers
     Type:  defect            |     Status:  new
 Priority:  normal            |  Milestone:
Component:  base system       |    Version:  Trunk
 Keywords:  f2fs,block-mount  |
------------------------------+------------------------
 This restriction in block.c of block-mount looks purely artificial.
 When removed f2fs extroot work well.
 Why not remove or add strncmp(pr->id->name, "f2fs", 4) ?

 {{{
         if (strncmp(pr->id->name, "ext", 3) &&
             strncmp(pr->id->name, "ubifs", 5)) {
             ULOG_ERR("extroot: unsupported filesystem %s, try ext4\n",
 pr->id->name);
             return -1;
         }
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/21858>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
openwrt-tickets@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to