All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@suse.de>
To: Linus Torvalds <torvalds@transmeta.com>,
	Alexander Viro <viro@math.psu.edu>,
	Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] remove sched.h dependancies from fs/
Date: Thu, 31 Jan 2002 23:27:43 +0000	[thread overview]
Message-ID: <20020131232743.A3830@suse.de> (raw)

There's a large (90kb uncompressed) patch at ftp://ftp.kernel.org/pub/linux/kernel/people/davej/patches/2.5/misc/sched-cleanup-2.diff.gz
which removes the inclusion of sched.h from a majority of fs/
It achieves this by moving CURRENT_TIME to time.h, and including that instead.
(time.h pulls in a thousand times less files than sched.h)

The only remaining users of sched.h in fs/ with this patch applied are
various users of fields from current->, and those who want jiffies.

(Linus, I know you prefer these things sent directly, if this sounds good,
 and Al likes it, I'll push it to you inline).

Dave.

-- 
Dave Jones.                    http://www.codemonkey.org.uk
SuSE Labs.

                 reply	other threads:[~2002-01-31 23:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20020131232743.A3830@suse.de \
    --to=davej@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    --cc=viro@math.psu.edu \
    /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.