From: Jeff Layton Date: Mon, 3 Feb 2014 17:13:08 +0000 (-0500) Subject: locks: rename locks_remove_flock to locks_remove_file X-Git-Tag: v3.15-rc1~98^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78ed8a13382b1354e95d0f2233577eba15cb8171;p=pandora-kernel.git locks: rename locks_remove_flock to locks_remove_file This function currently removes leases in addition to flock locks and in a later patch we'll have it deal with file-private locks too. Rename it to locks_remove_file to indicate that it removes locks that are associated with a particular struct file, and not just flock locks. Acked-by: J. Bruce Fields Signed-off-by: Jeff Layton --- Reading git-diff-tree failed