Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a2cf822274b3d58a16a65c8338e299e18b3dc3a4
Commit:     a2cf822274b3d58a16a65c8338e299e18b3dc3a4
Parent:     2d72e7101cc7fff5c1eb21bfcbba51c8002418d2
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Tue Feb 6 23:12:49 2007 +0100
Committer:  Steven Whitehouse <[EMAIL PROTECTED]>
CommitDate: Wed Feb 7 10:48:48 2007 -0500

    [GFS2] make gfs2_writepages() static
    
    On Mon, Jan 29, 2007 at 08:45:28PM -0800, Andrew Morton wrote:
    >...
    > Changes since 2.6.20-rc6-mm2:
    >...
    >  git-gfs2-nmw.patch
    >...
    >  git trees
    >...
    
    This patch makes the needlessly global gfs2_writepages() static.
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Signed-off-by: Steven Whitehouse <[EMAIL PROTECTED]>
---
 fs/gfs2/ops_address.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/fs/gfs2/ops_address.c b/fs/gfs2/ops_address.c
index 5e9653c..56e3359 100644
--- a/fs/gfs2/ops_address.c
+++ b/fs/gfs2/ops_address.c
@@ -170,7 +170,8 @@ out_ignore:
  * and write whole extents at once. This is a big reduction in the
  * number of I/O requests we send and the bmap calls we make in this case.
  */
-int gfs2_writepages(struct address_space *mapping, struct writeback_control 
*wbc)
+static int gfs2_writepages(struct address_space *mapping,
+                          struct writeback_control *wbc)
 {
        struct inode *inode = mapping->host;
        struct gfs2_inode *ip = GFS2_I(inode);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to