From: Brian Gerst <bgerst@quark.didntduck.org>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Linux-Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] struct super_block cleanup - ext3
Date: Sat, 05 Oct 2002 12:20:30 -0400 [thread overview]
Message-ID: <3D9F114E.30709@quark.didntduck.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 64 bytes --]
Removes the last member of the union, ext3.
--
Brian Gerst
[-- Attachment #2: sb-ext3-1 --]
[-- Type: text/plain, Size: 921 bytes --]
diff -urN linux/include/linux/ext3_fs.h linux2/include/linux/ext3_fs.h
--- linux/include/linux/ext3_fs.h Wed Sep 18 00:06:55 2002
+++ linux2/include/linux/ext3_fs.h Sat Oct 5 11:46:42 2002
@@ -17,6 +17,7 @@
#define _LINUX_EXT3_FS_H
#include <linux/types.h>
+#include <linux/ext3_fs_sb.h>
/*
* The second extended filesystem constants/structures
diff -urN linux/include/linux/fs.h linux2/include/linux/fs.h
--- linux/include/linux/fs.h Sat Oct 5 01:30:14 2002
+++ linux2/include/linux/fs.h Sat Oct 5 11:45:06 2002
@@ -627,8 +627,6 @@
#define MNT_FORCE 0x00000001 /* Attempt to forcibily umount */
#define MNT_DETACH 0x00000002 /* Just detach from the tree */
-#include <linux/ext3_fs_sb.h>
-
extern struct list_head super_blocks;
extern spinlock_t sb_lock;
@@ -669,7 +667,6 @@
char s_id[32]; /* Informational name */
union {
- struct ext3_sb_info ext3_sb;
void *generic_sbp;
} u;
/*
reply other threads:[~2002-10-05 16:14 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=3D9F114E.30709@quark.didntduck.org \
--to=bgerst@quark.didntduck.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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
all inboxes | Powered by JetHome®