1 Index: linux-2.6/fs/jbd/journal.c
2 ===================================================================
3 --- linux-2.6.orig/fs/jbd2/journal.c 2006-07-15 16:13:50.000000000 +0800
4 +++ linux-2.6/fs/jbd2/journal.c 2006-07-15 16:22:04.000000000 +0800
5 @@ -74,6 +74,7 @@ EXPORT_SYMBOL(journal_abort);
6 spin_unlock(&journal->j_state_lock);
9 +EXPORT_SYMBOL(jbd2_log_start_commit);
12 * Force and wait upon a commit if the calling process is not within
13 Index: linux-2.6/kernel/sys.c
14 ===================================================================
15 --- linux-2.6.orig/security/security.c
16 +++ linux-2.6/security/security.c
19 return security_ops->inode_unlink(dir, dentry, mnt);
21 +EXPORT_SYMBOL(security_inode_unlink);
23 int security_inode_symlink(struct inode *dir, struct dentry *dentry,
24 struct vfsmount *mnt, const char *old_name)