X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Flocks.c;h=663c069b59b3d6490fd2fa9046d4d0bc3620a581;hb=a192da9afa00476ca27edf763922ab0b5d64246e;hp=e1ea2fe036811a7a4f68702655a39c28111e033a;hpb=dd0e101d630b0d7ed6c9e1ccf7af7fc91818330e;p=linux-2.6-omap-h63xx.git diff --git a/fs/locks.c b/fs/locks.c index e1ea2fe0368..663c069b59b 100644 --- a/fs/locks.c +++ b/fs/locks.c @@ -116,6 +116,7 @@ #include #include +#include #include #include #include @@ -236,6 +237,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) {