diff --git a/[refs] b/[refs] index 8dc5a724482b..cf6590fae2f0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b9fa38f75ea7e1f64bc29653ca9758303ce698e4 +refs/heads/master: 3dd7b71ca0f7ff8410a6b8cb15e5f670f90181e4 diff --git a/trunk/fs/locks.c b/trunk/fs/locks.c index e1ea2fe03681..44d9a6a7ec50 100644 --- a/trunk/fs/locks.c +++ b/trunk/fs/locks.c @@ -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) {