Commit 116cd69c authored by Chip Salzenberg's avatar Chip Salzenberg Committed by Linus Torvalds

[PATCH] export locks_remove_posix

kNFSd needs it.
parent 49b5de25
...@@ -1699,6 +1699,8 @@ void locks_remove_posix(struct file *filp, fl_owner_t owner) ...@@ -1699,6 +1699,8 @@ void locks_remove_posix(struct file *filp, fl_owner_t owner)
unlock_kernel(); unlock_kernel();
} }
EXPORT_SYMBOL(locks_remove_posix);
/* /*
* This function is called on the last close of an open file. * This function is called on the last close of an open file.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment