Re: [PATCH v3] [SIGNED-OFF] ext4: don't work without procfs

From: Ted Ts'o
Date: Thu Oct 06 2011 - 12:44:14 EST


On Thu, Oct 06, 2011 at 09:01:18AM -0700, Joe Perches wrote:
> On Thu, 2011-10-06 at 17:51 +0200, Fabrice Jouhaud wrote:
> > From: Yargil <yargil@xxxxxxx>
>
> It would be better to use your full name on the "From: " line

In fact, in these cases I will normally copy the full name from
Signed-off-by to the From line before applying the patch. (In general
the signed-off-by line and the From line should have the same contents.)

- Ted

P.S. Helpful tip: if you use emacs, try putting something like this
in your .emacs.el file:

(defun insert-signed-off-by ()
(interactive)
(insert "Signed-off-by: Fabrice Jouhaud" <yargil@xxxxxxx>\n"))

(global-set-key "\^Cs" 'insert-signed-off-by)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/