diff options
author | Bob Peterson <rpeterso@redhat.com> | 2012-04-11 12:58:07 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2012-04-24 16:44:28 +0100 |
commit | b120193e360f6c22b0c9424c928f2df40ba0ffdb (patch) | |
tree | 87124a26160f0361e4102e674bc87790bdea1837 /fs/gfs2/aops.c | |
parent | df3fd117f98029eaf88c71dea770a1f8eacbfb99 (diff) |
GFS2: make function gfs2_page_add_databufs static
This patch makes function gfs2_page_add_databufs static.
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/aops.c')
-rw-r--r-- | fs/gfs2/aops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/aops.c b/fs/gfs2/aops.c index 9b2ff0e851b1..56dc1f0084ba 100644 --- a/fs/gfs2/aops.c +++ b/fs/gfs2/aops.c @@ -36,8 +36,8 @@ #include "glops.h" -void gfs2_page_add_databufs(struct gfs2_inode *ip, struct page *page, - unsigned int from, unsigned int to) +static void gfs2_page_add_databufs(struct gfs2_inode *ip, struct page *page, + unsigned int from, unsigned int to) { struct buffer_head *head = page_buffers(page); unsigned int bsize = head->b_size; |