Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / kernel_patches / patches / export-2.6.18-vanilla.patch
1 Index: linux-2.6/fs/open.c
2 ===================================================================
3 --- linux-2.6.orig/fs/open.c    2006-07-15 16:10:37.000000000 +0800
4 +++ linux-2.6/fs/open.c 2006-07-15 16:22:04.000000000 +0800
5 @@ -808,7 +808,6 @@ asmlinkage long sys_lchown(const char __
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/fs/jbd/journal.c
14 ===================================================================
15 --- linux-2.6.orig/fs/jbd/journal.c     2006-07-15 16:13:50.000000000 +0800
16 +++ linux-2.6/fs/jbd/journal.c  2006-07-15 16:22:04.000000000 +0800
17 @@ -74,6 +74,7 @@ EXPORT_SYMBOL(journal_abort);
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);