From: Jorgen Lundman <lundman@lundman.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] zfs: Add ZFS filesystem support
Date: Wed, 23 May 2012 12:11:52 +0900 [thread overview]
Message-ID: <4FBC5578.5000404@lundman.net> (raw)
In-Reply-To: <CALButC+gV8o9UunLej1-2gLbgwQf+CtZx3ax+WEamDqX5v3BwA@mail.gmail.com>
> What are all these commit references? Are they from an external git-repo?
> If so I think the commit message might make more sense if you simply
> summarise what you have done to adapt the original source code in order to
> integrate it into U-Boot
Hmm I assumed --squash would git rid of that history, I guess not. I'll
find a way.
> Please keep list sorted
I didn't even notice it was sorted. Of course this leave the issue of:
COBJS-$(CONFIG_YAFFS2) += cmd_yaffs2.o
COBJS-$(CONFIG_CMD_ZFS) += cmd_zfs.o
COBJS-$(CONFIG_CMD_SPL) += cmd_spl.o
Not sure if I was supposed to go before or after that dangling spl.
> Don't include changelogs in source files - We have git for that :)
> Can this be aligned better? Personally I prefer to put each parameter on
> it's own line once I hit the 80 character limit
> Keep sorted
All done.
> Please don't mess with other devs copyright lines
Oops.
> This looks to be an unrelated change - If needed, move this into a seperate
> patch
Actually, git noticed I copied the ../Makefile and changed it for
zfs/Makefile. That's pretty neat.
> Insert a blank line
> Put the || operator on the previous line and fix vertical alignment of
> subsequent lines
> Ewww, that's a very ugly split
Lesson here is don't assume file taken from ext2/dev.c to be ok :)
> 'ported to' versus 'implementation' ?
Ah of course.
> Is this an identical copyright attribution from the original source?
Changed it to only have original license.
Once I test compile and compliance again, I will resend for your scrutiny.
Lund
--
Jorgen Lundman | <lundman@lundman.net>
Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work)
Shibuya-ku, Tokyo | +81 (0)90-5578-8500 (cell)
Japan | +81 (0)3 -3375-1767 (home)
next prev parent reply other threads:[~2012-05-23 3:11 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-23 2:26 [U-Boot] [PATCH 0/2] zfs: Add filesystem ZFS support Jorgen Lundman
2012-05-23 2:26 ` [U-Boot] [PATCH 1/2] ZFS header files Jorgen Lundman
2012-05-23 2:26 ` [U-Boot] [PATCH 2/2] zfs: Add ZFS filesystem support Jorgen Lundman
2012-05-23 2:51 ` Graeme Russ
2012-05-23 3:11 ` Jorgen Lundman [this message]
2012-05-23 4:19 ` Graeme Russ
2012-05-23 7:53 ` Wolfgang Denk
2012-05-23 3:45 ` [U-Boot] [PATCH v2 0/2] zfs: Add filesystem ZFS support Jorgen Lundman
2012-05-23 7:55 ` Wolfgang Denk
2012-05-23 3:45 ` [U-Boot] [PATCH v2 1/2] ZFS header files Jorgen Lundman
2012-05-23 8:00 ` Wolfgang Denk
2012-05-23 8:10 ` Jorgen Lundman
2012-05-23 3:45 ` [U-Boot] [PATCH v2 2/2] zfs: Add ZFS support Jorgen Lundman
2012-05-23 4:21 ` Graeme Russ
2012-05-24 1:11 ` [U-Boot] [PATCH v3 0/1] zfs: Add ZFS filesystem support Jorgen Lundman
2012-05-24 1:12 ` [U-Boot] [PATCH v3 1/1] " Jorgen Lundman
2012-05-24 7:18 ` Prabhakar Lad
2012-05-24 7:57 ` Jorgen Lundman
2012-05-25 2:11 ` [U-Boot] [PATCH v4 0/1] zfs: " Jorgen Lundman
2012-05-25 2:11 ` [U-Boot] [PATCH v4 1/1] " Jorgen Lundman
2012-07-05 3:34 ` Jorgen Lundman
2012-07-05 3:45 ` Graeme Russ
2012-07-18 22:48 ` Mike Frysinger
2012-07-19 0:14 ` Jorgen Lundman
2012-07-19 1:30 ` Graeme Russ
2012-07-19 2:51 ` Mike Frysinger
2012-07-19 3:20 ` Jorgen Lundman
2012-07-19 4:12 ` Mike Frysinger
2012-07-19 4:51 ` Jorgen Lundman
2012-07-19 14:14 ` Mike Frysinger
2012-07-20 6:48 ` [U-Boot] [PATCH v5 0/1] " Jorgen Lundman
2012-07-20 6:48 ` [U-Boot] [PATCH v5 1/1] " Jorgen Lundman
2012-08-09 21:42 ` Wolfgang Denk
2012-08-10 12:07 ` Jorgen Lundman
2012-08-10 18:10 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FBC5578.5000404@lundman.net \
--to=lundman@lundman.net \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.