Whamcloud - gitweb
0a979c3647bf51e72cf012f14cb9db7dc06d0a31
[fs/lustre-release.git] / lustre / kernel_patches / patches / export-2.6.27-vanilla.patch
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);
7         return ret;
8  }
9 +EXPORT_SYMBOL(jbd2_log_start_commit);
10  
11  /*
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/kernel/sys.c 2006-07-15 16:13:50.000000000 +0800
16 +++ linux-2.6/kernel/sys.c      2006-07-15 16:22:04.000000000 +0800
17 @@ -74,6 +74,8 @@
18  EXPORT_SYMBOL(in_egroup_p);
19  
20  DECLARE_RWSEM(uts_sem);
21 +
22 +EXPORT_SYMBOL(uts_sem);
23  
24  SYSCALL_DEFINE1(newuname, struct new_utsname __user *, name)
25  {
26 Index: linux-2.6/kernel/sys.c
27 ===================================================================
28 --- linux-2.6.orig/security/security.c
29 +++ linux-2.6/security/security.c
30 @@ -74,6 +74,7 @@
31                 return 0;
32         return security_ops->inode_unlink(dir, dentry, mnt);
33  }
34 +EXPORT_SYMBOL(security_inode_unlink);
35  
36  int security_inode_symlink(struct inode *dir, struct dentry *dentry,
37                            struct vfsmount *mnt, const char *old_name)