locks: add tracepoint in flock codepath

Signed-off-by: Jeff Layton <jlayton@kernel.org>
This commit is contained in:
Jeff Layton
2018-07-30 07:54:56 -04:00
parent 1cf8e5de40
commit c883da313e
2 changed files with 5 additions and 1 deletions

View File

@@ -990,6 +990,7 @@ out:
if (new_fl)
locks_free_lock(new_fl);
locks_dispose_list(&dispose);
trace_flock_lock_inode(inode, request, error);
return error;
}