Skip to content

Commit

Permalink
Remove unnecessary exported symbols.
Browse files Browse the repository at this point in the history
Signed-Off-By: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
  • Loading branch information
Mingming Cao authored and Theodore Ts'o committed May 31, 2007
1 parent 8c55e20 commit 8a9dc94
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -2157,11 +2157,3 @@ int ext4_ext_writepage_trans_blocks(struct inode *inode, int num)

return needed;
}

EXPORT_SYMBOL(ext4_mark_inode_dirty);
EXPORT_SYMBOL(ext4_ext_invalidate_cache);
EXPORT_SYMBOL(ext4_ext_insert_extent);
EXPORT_SYMBOL(ext4_ext_walk_space);
EXPORT_SYMBOL(ext4_ext_find_goal);
EXPORT_SYMBOL(ext4_ext_calc_credits_for_insert);

0 comments on commit 8a9dc94

Please sign in to comment.