mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Redeeman" <redeeman@metanurb.dk>
To: linux-kernel@vger.kernel.org
Subject: sysctl error in 2.6.3-bk8
Date: Thu, 26 Feb 2004 16:48:06 +0100 (CET)	[thread overview]
Message-ID: <3614.192.168.1.7.1077810486.squirrel@mail.redeeman.linux.dk> (raw)

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

hi guys, i took the patch marc made against 2.6.3-mm4, but it didnt apply
clean on 2.6.3-bk8, so i fixed it, i have attached a working patch.

--
Regards.
Redeeman

[-- Attachment #2: sysctl-errors.patch --]
[-- Type: text/x-diff, Size: 937 bytes --]

--- old/fs/locks.c	2004-02-26 01:29:14.000000000 +0100
+++ new/fs/locks.c	2004-02-26 08:27:02.000000000 +0100
@@ -1699,6 +1699,8 @@ void locks_remove_posix(struct file *fil
 	unlock_kernel();
 }
 
+EXPORT_SYMBOL(locks_remove_posix);
+
 /*
  * This function is called on the last close of an open file.
  */
--- old/fs/dquot.c	2004-02-26 05:12:21.000000000 +0100
+++ new/fs/dquot.c	2004-02-26 08:28:26.000000000 +0100
@@ -1672,3 +1672,4 @@ EXPORT_SYMBOL(unregister_quota_format);
 EXPORT_SYMBOL(dqstats);
 EXPORT_SYMBOL(dq_list_lock);
 EXPORT_SYMBOL(dq_data_lock);
+EXPORT_SYMBOL(mark_info_dirty);
 EXPORT_SYMBOL(init_dquot_operations);
--- old/net/core/sock.c	2004-02-26 05:12:22.000000000 +0100
+++ new/net/core/sock.c	2004-02-26 08:30:01.000000000 +0100
@@ -1198,4 +1198,5 @@ EXPORT_SYMBOL(sock_wmalloc);
 #ifdef CONFIG_SYSCTL
 EXPORT_SYMBOL(sysctl_rmem_max);
 EXPORT_SYMBOL(sysctl_wmem_max);
+EXPORT_SYMBOL(sysctl_optmem_max);
 #endif

                 reply	other threads:[~2004-02-26 15:48 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=3614.192.168.1.7.1077810486.squirrel@mail.redeeman.linux.dk \
    --to=redeeman@metanurb.dk \
    --cc=linux-kernel@vger.kernel.org \
    /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®