Hi,

At Fri, 05 Feb 2010 17:36:43 +0100,
Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> 
> Hello
> Jiro SEKIBA wrote:
> > Hi,
> >
> > This is a patch to support nilfs2 filesystem.
> > I would like you to review the patch.
> >
> > I've checked with revno 2153 and kvm(qemu) environment.
> >
> > Also the patch has already an ability to boot the kernel from
> > the nilfs partition, I have a following ToDo list to improve the module.
> >   
> Is your code written from scratch or is it based on some other code? If
> later can you tell exactly which so we can verify license compatibility?

Thank you for the attention.  That is very important issue,
sorry that I didn't describe it explicitly.

The code is based on fs/ext2.c in grub-1.97.1 release.
I reused the file/directory iteration code from it.

Other nilfs2 specific code is writte by me from scratch.
I referred the original implementation, but have never borrowed 
any code from it.

So I'm thinking the license would be gpl3, for it is derived
from gpl3(fs/ext2.c) code.

thanks,

regards,

> > 1. revision check for future disk layout changes
> > 2. CRC check for superblock to ensure the partition is a nilfs2 partition
> > 3. CRC check latest log block to ensure valid log 
> > 4. search the latest log in case unclean unmount happened
> >
> > nilfs2 stands for New Implementation of Log Filesystem version2.
> > nilfs2 has been merged into linux main line kernel since 2.6.30.
> >
> > Please give me any comments or advice.
> >
> > thank you very much in advance
> >   
> > ------------------------------------------------------------------------
> >
> >
> >   
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Grub-devel mailing list
> > Grub-devel@gnu.org
> > http://lists.gnu.org/mailman/listinfo/grub-devel
> >   
> 
> 
> -- 
> Regards
> Vladimir 'φ-coder/phcoder' Serbinenko
> 
> 


-- 
Jiro SEKIBA <j...@unicus.jp>


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to