diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-01-30 04:39:10 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-01-30 04:39:10 -0500 |
commit | 4ff14670ee2a8229381ff295eaae84aa51beff43 (patch) | |
tree | 16d312eea37f3af8b04b43f9f5edd9bf550cf72a /fs/gfs2/ops_address.h | |
parent | c25ec8f5684cb3c5dde6a67c1bbc33a449eefbe2 (diff) |
[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.h | 2 |
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 @@ | |||
11 | #define __OPS_ADDRESS_DOT_H__ | 11 | #define __OPS_ADDRESS_DOT_H__ |
12 | 12 | ||
13 | extern struct address_space_operations gfs2_file_aops; | 13 | extern struct address_space_operations gfs2_file_aops; |
14 | extern int gfs2_get_block(struct inode *inode, sector_t lblock, | ||
15 | struct buffer_head *bh_result, int create); | ||
14 | 16 | ||
15 | #endif /* __OPS_ADDRESS_DOT_H__ */ | 17 | #endif /* __OPS_ADDRESS_DOT_H__ */ |