commit | 4f6563677ae833baad8003e14353241bc25da4fc | [log] [tgz] |
---|---|---|
author | Benjamin Coddington <bcodding@redhat.com> | Thu Oct 22 13:38:14 2015 -0400 |
committer | Jeff Layton <jeff.layton@primarydata.com> | Thu Oct 22 14:57:36 2015 -0400 |
tree | 6b54bdaa39f67c13cea45933dedc39f138051de9 | |
parent | e55c34a66f87e78fb1fc6b623b78c5ad74b475af [diff] |
Move locks API users to locks_lock_inode_wait() Instead of having users check for FL_POSIX or FL_FLOCK to call the correct locks API function, use the check within locks_lock_inode_wait(). This allows for some later cleanup. Signed-off-by: Benjamin Coddington <bcodding@redhat.com> Signed-off-by: Jeff Layton <jeff.layton@primarydata.com>