]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/xfs/xfs_bmap.h
Merge branch 'linus' into perf/urgent
[karo-tx-linux.git] / fs / xfs / xfs_bmap.h
index 89ee672d378ad5c8b1d617c1eebf66930470c912..803b56d7ce16a97b7e5eb8075ba4e7853e4b8d30 100644 (file)
@@ -211,6 +211,9 @@ int xfs_bmap_count_blocks(struct xfs_trans *tp, struct xfs_inode *ip,
                int whichfork, int *count);
 int    xfs_bmap_punch_delalloc_range(struct xfs_inode *ip,
                xfs_fileoff_t start_fsb, xfs_fileoff_t length);
+
+xfs_daddr_t xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb);
+
 #endif /* __KERNEL__ */
 
 #endif /* __XFS_BMAP_H__ */