Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8a9dc94498f39c259b011d0abcb89bdf73cafa2d
Commit:     8a9dc94498f39c259b011d0abcb89bdf73cafa2d
Parent:     8c55e20411c9499c52890a081724a8b71f3dc3a1
Author:     Mingming Cao <[EMAIL PROTECTED]>
AuthorDate: Thu May 24 13:04:41 2007 -0400
Committer:  Theodore Ts'o <[EMAIL PROTECTED]>
CommitDate: Thu May 31 16:20:15 2007 -0400

    Remove unnecessary exported symbols.
    
    Signed-Off-By: Mingming Cao <[EMAIL PROTECTED]>
    Signed-off-by: "Theodore Ts'o" <[EMAIL PROTECTED]>
---
 fs/ext4/extents.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c
index ffe7cb6..1630317 100644
--- a/fs/ext4/extents.c
+++ b/fs/ext4/extents.c
@@ -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);
-
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to