aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.h
diff options
context:
space:
mode:
authorBob Peterson <rpeterso@redhat.com>2012-04-11 12:58:07 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2012-04-24 16:44:28 +0100
commitb120193e360f6c22b0c9424c928f2df40ba0ffdb (patch)
tree87124a26160f0361e4102e674bc87790bdea1837 /fs/gfs2/inode.h
parentGFS2: Rename function gfs2_close to gfs2_release (diff)
downloadlinux-dev-b120193e360f6c22b0c9424c928f2df40ba0ffdb.tar.xz
linux-dev-b120193e360f6c22b0c9424c928f2df40ba0ffdb.zip
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/inode.h')
-rw-r--r--fs/gfs2/inode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/inode.h b/fs/gfs2/inode.h
index 276e7b52b658..5d345b402773 100644
--- a/fs/gfs2/inode.h
+++ b/fs/gfs2/inode.h
@@ -19,8 +19,6 @@ extern int gfs2_releasepage(struct page *page, gfp_t gfp_mask);
extern int gfs2_internal_read(struct gfs2_inode *ip,
struct file_ra_state *ra_state,
char *buf, loff_t *pos, unsigned size);
-extern void gfs2_page_add_databufs(struct gfs2_inode *ip, struct page *page,
- unsigned int from, unsigned int to);
extern void gfs2_set_aops(struct inode *inode);
static inline int gfs2_is_stuffed(const struct gfs2_inode *ip)