LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: [patch] drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h
Date: Mon, 28 Jan 2008 04:58:15 -0500 [thread overview]
Message-ID: <200801280458.16431.vapier@gentoo.org> (raw)
In-Reply-To: <20080128011845.641b2c89.akpm@linux-foundation.org>
[-- Attachment #1: Type: text/plain, Size: 972 bytes --]
On Monday 28 January 2008, Andrew Morton wrote:
> On Mon, 28 Jan 2008 02:41:51 -0500 Mike Frysinger <vapier@gentoo.org> wrote:
> > blah, you're right. combo patch here we come.
> > ---
> > Per previous discussions about cleaning up ufs_fs.h, people just want
> > this straight up dropped from userspace export. The only remaining
> > consumer (silo) has been fixed a while ago to not rely on this header.
> > This allows use to move it completely from include/linux/ to fs/ufs/
> > seeing as how the only in-kernel consumer is fs/ufs/.
>
> I see you're not a big fan of scripts/checkpatch.pl.
i'm a big fan of doing what i need to do and getting the hell out ;)
in this case:
mv include/linux/ufs_fs.h fs/ufs/
git rm include/linux/ufs_fs.h
git add fs/ufs/ufs_fs.h
if the ufs_fs.h threw complaints from checkpatch.pl, it did so originally
before i touched it, and i leave it up to the maintainer and/or someone who
wants to look at it.
-mike
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]
prev parent reply other threads:[~2008-01-28 9:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-26 9:09 [patch] drop linux/ufs_fs.h from userspace export Mike Frysinger
2008-01-26 20:23 ` Christoph Hellwig
2008-01-26 21:17 ` Mike Frysinger
2008-01-28 5:33 ` Andrew Morton
2008-01-28 7:41 ` [patch] drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h Mike Frysinger
2008-01-28 9:18 ` Andrew Morton
2008-01-28 9:58 ` Mike Frysinger [this message]
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=200801280458.16431.vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: [patch] drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).