Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / kernel_patches / patches / export-2.6-fc5.patch
1 Index: linux-2.6.16.i686/fs/open.c
2 ===================================================================
3 --- linux-2.6.16.i686.orig/fs/open.c    2006-05-30 22:10:15.000000000 +0800
4 +++ linux-2.6.16.i686/fs/open.c 2006-05-30 22:17:45.000000000 +0800
5 @@ -811,7 +811,6 @@
6         return error;
7  }
8  
9 -
10  asmlinkage long sys_fchown(unsigned int fd, uid_t user, gid_t group)
11  {
12         struct file * file;
13 Index: linux-2.6.16.i686/fs/jbd/journal.c
14 ===================================================================
15 --- linux-2.6.16.i686.orig/fs/jbd/journal.c     2006-05-30 22:10:16.000000000 +0800
16 +++ linux-2.6.16.i686/fs/jbd/journal.c  2006-05-30 22:17:26.000000000 +0800
17 @@ -71,6 +71,7 @@
18  EXPORT_SYMBOL(journal_errno);
19  EXPORT_SYMBOL(journal_ack_err);
20  EXPORT_SYMBOL(journal_clear_err);
21 +EXPORT_SYMBOL(log_start_commit);
22  EXPORT_SYMBOL(log_wait_commit);
23  EXPORT_SYMBOL(journal_start_commit);
24  EXPORT_SYMBOL(journal_force_commit_nested);