summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-12-17 16:37:33 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-12-17 16:37:33 +1100
commit3939a5e860d581bb2c5dfbdd5e66517ca57b9d6e (patch)
tree4cbc89de7663f8c75f622ccd8db9b72ea13d5306 /include
parent8d18a7b7079cc3fa4942268f2845da108145d3f2 (diff)
parent474ccfac7e7bcc06086a9170d35199e6fe8cf436 (diff)
Merge commit 'gfs2/master'
Diffstat (limited to 'include')
-rw-r--r--include/linux/fs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 1ba7630e329c..ff80717778fa 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2054,6 +2054,9 @@ extern int vfs_fstat(unsigned int, struct kstat *);
extern int do_vfs_ioctl(struct file *filp, unsigned int fd, unsigned int cmd,
unsigned long arg);
+extern int __generic_block_fiemap(struct inode *inode,
+ struct fiemap_extent_info *fieinfo, u64 start,
+ u64 len, get_block_t *get_block);
extern int generic_block_fiemap(struct inode *inode,
struct fiemap_extent_info *fieinfo, u64 start,
u64 len, get_block_t *get_block);