mempolicy: fix parsing of tmpfs mpol mount option
[deliverable/linux.git] / fs / locks.c
index e1ea2fe036811a7a4f68702655a39c28111e033a..44d9a6a7ec50caad376e36d721a3a42bc5028948 100644 (file)
@@ -236,6 +236,7 @@ void __locks_copy_lock(struct file_lock *new, const struct file_lock *fl)
        new->fl_ops = NULL;
        new->fl_lmops = NULL;
 }
+EXPORT_SYMBOL(__locks_copy_lock);
 
 void locks_copy_lock(struct file_lock *new, struct file_lock *fl)
 {
This page took 0.024929 seconds and 5 git commands to generate.