From: J. Bruce Fields Date: Sun, 31 Oct 2010 04:04:44 +0000 (-0400) Subject: locks: eliminate fl_mylease callback X-Git-Tag: v2.6.38-rc1~51^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c45821d263a8a5109d69a9e8942b8d65bcd5f31a;p=pandora-kernel.git locks: eliminate fl_mylease callback The nfs server only supports read delegations for now, so we don't care how conflicts are determined. All we care is that unlocks are recognized as matching the leases they are meant to remove. After the last patch, a comparison of struct files will work for that purpose. So we no longer need this callback. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed