mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
Remove unnecessary exported symbols.
Signed-Off-By: Mingming Cao <cmm@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
8c55e20411
commit
8a9dc94498
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user