From: Adrian Bunk <bunk@stusta.de>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [-mm patch] fs/isofs/rock.c: make a function static
Date: Sat, 23 Apr 2005 02:10:40 +0200 [thread overview]
Message-ID: <20050423001040.GP4355@stusta.de> (raw)
This patch makes a needlesly global function static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.12-rc2-mm3-full/fs/isofs/rock.c.old 2005-04-20 23:19:47.000000000 +0200
+++ linux-2.6.12-rc2-mm3-full/fs/isofs/rock.c 2005-04-20 23:19:56.000000000 +0200
@@ -84,7 +84,7 @@
* Returns 0 if the caller should continue scanning, 1 if the scan must end
* and -ve on error.
*/
-int rock_continue(struct rock_state *rs)
+static int rock_continue(struct rock_state *rs)
{
int ret = 1;
int blocksize = 1 << rs->inode->i_blkbits;
reply other threads:[~2005-04-23 0:13 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=20050423001040.GP4355@stusta.de \
--to=bunk@stusta.de \
--cc=akpm@osdl.org \
--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