From: Adrian Bunk <bunk@stusta.de>
To: hirofumi@mail.parknet.co.jp
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] fs/fat/: proper prototypes for two functions
Date: Sun, 26 Mar 2006 23:08:27 +0200 [thread overview]
Message-ID: <20060326210827.GT4053@stusta.de> (raw)
This patch adds proper prototypes for fat_cache_init() and
fat_cache_destroy() in msdos_fs.h.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
fs/fat/inode.c | 3 ---
include/linux/msdos_fs.h | 3 +++
2 files changed, 3 insertions(+), 3 deletions(-)
--- linux-2.6.16-mm1-full/include/linux/msdos_fs.h.old 2006-03-26 19:58:45.000000000 +0200
+++ linux-2.6.16-mm1-full/include/linux/msdos_fs.h 2006-03-26 19:59:03.000000000 +0200
@@ -420,6 +420,9 @@
extern void fat_date_unix2dos(int unix_date, __le16 *time, __le16 *date);
extern int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs);
+int fat_cache_init(void);
+void fat_cache_destroy(void);
+
#endif /* __KERNEL__ */
#endif
--- linux-2.6.16-mm1-full/fs/fat/inode.c.old 2006-03-26 19:59:16.000000000 +0200
+++ linux-2.6.16-mm1-full/fs/fat/inode.c 2006-03-26 19:59:29.000000000 +0200
@@ -1435,9 +1435,6 @@
EXPORT_SYMBOL_GPL(fat_fill_super);
-int __init fat_cache_init(void);
-void fat_cache_destroy(void);
-
static int __init init_fat_fs(void)
{
int err;
next reply other threads:[~2006-03-26 21:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-26 21:08 Adrian Bunk [this message]
2006-03-27 6:14 ` [2.6 patch] fs/fat/: proper prototypes for two functions OGAWA Hirofumi
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=20060326210827.GT4053@stusta.de \
--to=bunk@stusta.de \
--cc=hirofumi@mail.parknet.co.jp \
--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