commit | e55c34a66f87e78fb1fc6b623b78c5ad74b475af | [log] [tgz] |
---|---|---|
author | Benjamin Coddington <bcodding@redhat.com> | Thu Oct 22 13:38:13 2015 -0400 |
committer | Jeff Layton <jeff.layton@primarydata.com> | Thu Oct 22 14:57:20 2015 -0400 |
tree | aefee1b4c4e7a0fb2c6ba1db9fee681e52e08506 | |
parent | 6ca7d910121af4dd8c83294b50546f4664b2a932 [diff] |
locks: introduce locks_lock_inode_wait() Users of the locks API commonly call either posix_lock_file_wait() or flock_lock_file_wait() depending upon the lock type. Add a new function locks_lock_inode_wait() which will check and call the correct function for the type of lock passed in. Signed-off-by: Benjamin Coddington <bcodding@redhat.com> Signed-off-by: Jeff Layton <jeff.layton@primarydata.com>