From: Andrew Morton <akpm@zip.com.au>
To: Robert Love <rml@tech9.net>
Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] page-writeback.c compile warning fix
Date: Tue, 23 Jul 2002 13:55:25 -0700 [thread overview]
Message-ID: <3D3DC2BD.BC3B371@zip.com.au> (raw)
In-Reply-To: 1027457453.931.111.camel@sinai
Robert Love wrote:
>
> Andrew and Linus,
>
> Compile of mm/page-writeback.c gives a warning of undefined use of
> "writeback_backing_dev()".
>
Yeah, sorry. I missed a file when generating the diff. I have
this in the pending pile:
writeback.h | 5 +++++
1 files changed, 5 insertions(+)
--- 2.5.27/include/linux/writeback.h~writeback-warning Mon Jul 22 12:33:39 2002
+++ 2.5.27-akpm/include/linux/writeback.h Mon Jul 22 12:33:44 2002
@@ -8,6 +8,8 @@
#ifndef WRITEBACK_H
#define WRITEBACK_H
+struct backing_dev_info;
+
extern spinlock_t inode_lock;
extern struct list_head inode_in_use;
extern struct list_head inode_unused;
@@ -38,6 +40,9 @@ void wake_up_inode(struct inode *inode);
void __wait_on_inode(struct inode * inode);
void sync_inodes_sb(struct super_block *, int wait);
void sync_inodes(int wait);
+void writeback_backing_dev(struct backing_dev_info *bdi, int *nr_to_write,
+ enum writeback_sync_modes sync_mode,
+ unsigned long *older_than_this);
/* writeback.h requires fs.h; it, too, is not included from here. */
static inline void wait_on_inode(struct inode *inode)
.
prev parent reply other threads:[~2002-07-23 20:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-23 20:50 [PATCH] page-writeback.c compile warning fix Robert Love
2002-07-23 20:55 ` Andrew Morton [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=3D3DC2BD.BC3B371@zip.com.au \
--to=akpm@zip.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=rml@tech9.net \
--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 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.