Whamcloud - gitweb
Branch HEAD
[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/security/security.c
16 +++ linux-2.6/security/security.c
17 @@ -74,6 +74,7 @@
18                 return 0;
19         return security_ops->inode_unlink(dir, dentry, mnt);
20  }
21 +EXPORT_SYMBOL(security_inode_unlink);
22  
23  int security_inode_symlink(struct inode *dir, struct dentry *dentry,
24                            struct vfsmount *mnt, const char *old_name)