From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Thu, 29 Oct 2015 15:18:14 -0300 Subject: [Buildroot] [PATCH] fs/ext2: add options for extra space and extra inodes In-Reply-To: <1446073576-20337-1-git-send-email-yann.morin.1998@free.fr> References: <1446073576-20337-1-git-send-email-yann.morin.1998@free.fr> Message-ID: <563262E6.6090503@zacarias.com.ar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 28/10/15 20:06, Yann E. MORIN wrote: > Add two options to the ext2 filesystem, one to add extra free space, one > to add extra free inodes. > > Signed-off-by: "Yann E. MORIN" > Cc: Gustavo Zacarias Tested-by: Gustavo Zacarias Acked-by: Gustavo Zacarias Though the 'nmuber' typos should be fixed as Martin wrote. Regards.