7a8eb8d utils: Pass lock argument in fileslocked

1 file Authored by Joshua Watt 2 years ago, Committed by Richard Purdie 2 years ago,
    utils: Pass lock argument in fileslocked
    
    Pass additional arguments in the fileslocked() context manager to the
    underlying lockfile() function. This allows the context manager to be
    used for any types of locks (non-blocking, shared, etc.) that the
    lockfile() function supports.
    
    Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
    
        
file modified
+4 -2