Index: linux-2.6.16.i686/fs/open.c =================================================================== --- linux-2.6.16.i686.orig/fs/open.c 2006-05-30 22:10:15.000000000 +0800 +++ linux-2.6.16.i686/fs/open.c 2006-05-30 22:17:45.000000000 +0800 @@ -811,7 +811,6 @@ return error; } - asmlinkage long sys_fchown(unsigned int fd, uid_t user, gid_t group) { struct file * file; Index: linux-2.6.16.i686/fs/jbd/journal.c =================================================================== --- linux-2.6.16.i686.orig/fs/jbd/journal.c 2006-05-30 22:10:16.000000000 +0800 +++ linux-2.6.16.i686/fs/jbd/journal.c 2006-05-30 22:17:26.000000000 +0800 @@ -71,6 +71,7 @@ EXPORT_SYMBOL(journal_errno); EXPORT_SYMBOL(journal_ack_err); EXPORT_SYMBOL(journal_clear_err); +EXPORT_SYMBOL(log_start_commit); EXPORT_SYMBOL(log_wait_commit); EXPORT_SYMBOL(journal_start_commit); EXPORT_SYMBOL(journal_force_commit_nested);