X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Flocks.c;h=44d9a6a7ec50caad376e36d721a3a42bc5028948;hb=d4d90b577ee5af5c1b29bd693aca026a77a1a2f1;hp=e1ea2fe036811a7a4f68702655a39c28111e033a;hpb=eb855fd8e7f6b1d8b50f24aa36803e29b367b041;p=linux-2.6-omap-h63xx.git diff --git a/fs/locks.c b/fs/locks.c index e1ea2fe0368..44d9a6a7ec5 100644 --- a/fs/locks.c +++ b/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) {