aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_address.h
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-01-30 09:39:10 +0000
committerSteven Whitehouse <swhiteho@redhat.com>2006-01-30 09:39:10 +0000
commit4ff14670ee2a8229381ff295eaae84aa51beff43 (patch)
tree16d312eea37f3af8b04b43f9f5edd9bf550cf72a /fs/gfs2/ops_address.h
parent[GFS2] Export file_read_actor (diff)
downloadlinux-dev-4ff14670ee2a8229381ff295eaae84aa51beff43.tar.xz
linux-dev-4ff14670ee2a8229381ff295eaae84aa51beff43.zip
[GFS2] Rename get_block and make it extern
This renames get_block to gfs2_get_block and makes it accessible from outside ops_address.c. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/ops_address.h')
-rw-r--r--fs/gfs2/ops_address.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/gfs2/ops_address.h b/fs/gfs2/ops_address.h
index ced9ea0fdd31..f201a059fd91 100644
--- a/fs/gfs2/ops_address.h
+++ b/fs/gfs2/ops_address.h
@@ -11,5 +11,7 @@
#define __OPS_ADDRESS_DOT_H__
extern struct address_space_operations gfs2_file_aops;
+extern int gfs2_get_block(struct inode *inode, sector_t lblock,
+ struct buffer_head *bh_result, int create);
#endif /* __OPS_ADDRESS_DOT_H__ */