From: Rob Landley <rob@landley.net>
To: Phillip Lougher <phillip@squashfs.org.uk>
Cc: linux-kernel@vger.kernel.org, minchan@kernel.org,
Phillip Lougher <phillip@squashfs.org.uk>
Subject: Re: [PATCH] Squashfs: Refactor decompressor interface and code
Date: Thu, 10 Oct 2013 01:15:34 -0500 [thread overview]
Message-ID: <1381385734.1974.183@driftwood> (raw)
In-Reply-To: <1381198450-2202-1-git-send-email-phillip@squashfs.org.uk> (from phillip@squashfs.org.uk on Mon Oct 7 21:14:10 2013)
On 10/07/2013 09:14:10 PM, Phillip Lougher wrote:
> The decompressor interface and code was written from
> the point of view of single-threaded operation. In doing
> so it mixed a lot of single-threaded implementation specific
> aspects into the decompressor code and elsewhere which makes it
> difficult to seamlessly support multiple different decompressor
> implementations.
...
> 11 files changed, 237 insertions(+), 136 deletions(-)
It sounds like this is mostly refactoring, but it adds 100 lines of
code? Let's see, new function prototypes in the header, new #includes
in the added C file...
Ah, here's the biggest chunk: a new instance of the FSF boilerplate
telling you to go to 51 Franklin Street to pick up a physical copy of
GPLv3 and try to figure out how it's relevant to Linux:
> --- /dev/null
> +++ b/fs/squashfs/decompressor_single.c
> @@ -0,0 +1,107 @@
> +/*
> + * Squashfs - a compressed read only filesystem for Linux
> + *
> + * Copyright (c) 2013
> + * Phillip Lougher <phillip@squashfs.org.uk>
> + *
> + * This program is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU General Public License
> + * as published by the Free Software Foundation; either version 2,
> + * or (at your option) any later version.
> + *
> + * This program is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> + * GNU General Public License for more details.
> + *
> + * You should have received a copy of the GNU General Public License
> + * along with this program; if not, write to the Free Software
> + * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
> 02110-1301, USA.
> + *
> + * decompressor_single.c
> + */
*shrug* Mostly just curious...
Rob
next prev parent reply other threads:[~2013-10-10 6:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-08 2:14 [PATCH] Squashfs: Refactor decompressor interface and code Phillip Lougher
2013-10-08 14:25 ` Minchan Kim
2013-10-10 6:15 ` Rob Landley [this message]
2013-10-14 2:11 ` Minchan Kim
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=1381385734.1974.183@driftwood \
--to=rob@landley.net \
--cc=linux-kernel@vger.kernel.org \
--cc=minchan@kernel.org \
--cc=phillip@squashfs.org.uk \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox