diff options
author | Mark Fasheh <mark.fasheh@oracle.com> | 2007-06-22 18:52:36 -0400 |
---|---|---|
committer | Mark Fasheh <mark.fasheh@oracle.com> | 2007-07-10 20:31:55 -0400 |
commit | 59a5e416d1ab543a5248a2b34d83202c4d55d132 (patch) | |
tree | 3e97ce48774d26e8a927edd839dd54a7d68f8c7d /fs/ocfs2/suballoc.h | |
parent | 2b604351bc99b4e4504758cbac369b660b71de0b (diff) |
ocfs2: plug truncate into cached dealloc routines
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2/suballoc.h')
-rw-r--r-- | fs/ocfs2/suballoc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ocfs2/suballoc.h b/fs/ocfs2/suballoc.h index 7bc4819db4db..f212dc01a84b 100644 --- a/fs/ocfs2/suballoc.h +++ b/fs/ocfs2/suballoc.h | |||
@@ -96,10 +96,6 @@ int ocfs2_free_dinode(handle_t *handle, | |||
96 | struct inode *inode_alloc_inode, | 96 | struct inode *inode_alloc_inode, |
97 | struct buffer_head *inode_alloc_bh, | 97 | struct buffer_head *inode_alloc_bh, |
98 | struct ocfs2_dinode *di); | 98 | struct ocfs2_dinode *di); |
99 | int ocfs2_free_extent_block(handle_t *handle, | ||
100 | struct inode *eb_alloc_inode, | ||
101 | struct buffer_head *eb_alloc_bh, | ||
102 | struct ocfs2_extent_block *eb); | ||
103 | int ocfs2_free_clusters(handle_t *handle, | 99 | int ocfs2_free_clusters(handle_t *handle, |
104 | struct inode *bitmap_inode, | 100 | struct inode *bitmap_inode, |
105 | struct buffer_head *bitmap_bh, | 101 | struct buffer_head *bitmap_bh, |