From: Jeff Layton Date: Fri, 22 Aug 2014 14:40:25 +0000 (-0400) Subject: locks: plumb a "priv" pointer into the setlease routines X-Git-Tag: fixes-against-v3.18-rc2~119^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6f5c78930e409f3a6b37f5484313a416359ac7f;p=pandora-kernel.git locks: plumb a "priv" pointer into the setlease routines In later patches, we're going to add a new lock_manager_operation to finish setting up the lease while still holding the i_lock. To do this, we'll need to pass a little bit of info in the fcntl setlease case (primarily an fasync structure). Plumb the extra pointer into there in advance of that. We declare this pointer as a void ** to make it clear that this is private info, and that the caller isn't required to set this unless the lm_setup specifically requires it. Signed-off-by: Jeff Layton Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed