summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-10-22 17:06:14 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-10-22 17:06:14 +1100
commita72add35bf8f6a6d2e4fd330817c1cadb0cdbc92 (patch)
treedf65daabb6fae8154ca65d28fd58d8b24b95a06d /include
parentcc378decc34ee7a8ad38d4016937ddfa641f4aba (diff)
parentc59f927e7facd5a911c6bc68e56e3bda8de5d65e (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 ae21be6b9e1f..a3de959802a8 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2056,6 +2056,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);