All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: hirofumi@mail.parknet.co.jp
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] fs/fat/cache.c: make __fat_access static
Date: Thu, 6 Jan 2005 23:53:51 +0100	[thread overview]
Message-ID: <20050106225351.GG28628@stusta.de> (raw)

The patch below makes a needlessly global function static.


diffstat output:
 fs/fat/cache.c           |    2 +-
 include/linux/msdos_fs.h |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.10-mm2-full/include/linux/msdos_fs.h.old	2005-01-06 23:35:38.000000000 +0100
+++ linux-2.6.10-mm2-full/include/linux/msdos_fs.h	2005-01-06 23:35:44.000000000 +0100
@@ -230,7 +230,6 @@
 
 /* fat/cache.c */
 extern int fat_access(struct super_block *sb, int nr, int new_value);
-extern int __fat_access(struct super_block *sb, int nr, int new_value);
 extern int fat_bmap(struct inode *inode, sector_t sector, sector_t *phys);
 extern void fat_cache_inval_inode(struct inode *inode);
 extern int fat_get_cluster(struct inode *inode, int cluster,
--- linux-2.6.10-mm2-full/fs/fat/cache.c.old	2005-01-06 23:35:59.000000000 +0100
+++ linux-2.6.10-mm2-full/fs/fat/cache.c	2005-01-06 23:36:04.000000000 +0100
@@ -203,7 +203,7 @@
 	spin_unlock(&MSDOS_I(inode)->cache_lru_lock);
 }
 
-int __fat_access(struct super_block *sb, int nr, int new_value)
+static int __fat_access(struct super_block *sb, int nr, int new_value)
 {
 	struct msdos_sb_info *sbi = MSDOS_SB(sb);
 	struct buffer_head *bh, *bh2, *c_bh, *c_bh2;


             reply	other threads:[~2005-01-06 23:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-06 22:53 Adrian Bunk [this message]
2005-01-07 21:41 ` [2.6 patch] fs/fat/cache.c: make __fat_access static 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=20050106225351.GG28628@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 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.