aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2010-10-27 21:30:14 -0400
committerTheodore Ts'o <tytso@mit.edu>2010-10-27 21:30:14 -0400
commit4a873a472b3bbcfd425d7ae210afdec28c04e2e5 (patch)
tree88aa333bfafcc5303b7a3074865f51f67ad836b9 /fs/ext4/ext4.h
parentbf89d16f6ef5389f1b9d8046e838ec87b9b3f8b9 (diff)
ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static
Fix a namespace leak by moving the function to the file where it is used and making it static. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r--fs/ext4/ext4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index ac1afc148b36..c0570a68a2bc 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -1721,7 +1721,6 @@ extern int ext4_block_truncate_page(handle_t *handle,
1721 struct address_space *mapping, loff_t from); 1721 struct address_space *mapping, loff_t from);
1722extern int ext4_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf); 1722extern int ext4_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf);
1723extern qsize_t *ext4_get_reserved_space(struct inode *inode); 1723extern qsize_t *ext4_get_reserved_space(struct inode *inode);
1724extern int flush_completed_IO(struct inode *inode);
1725extern void ext4_da_update_reserve_space(struct inode *inode, 1724extern void ext4_da_update_reserve_space(struct inode *inode,
1726 int used, int quota_claim); 1725 int used, int quota_claim);
1727/* ioctl.c */ 1726/* ioctl.c */