commit | ee296d7c5709440f8abd36b5b65c6b3e388538d9 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jeff.layton@primarydata.com> | Sat Jul 11 06:43:03 2015 -0400 |
committer | Jeff Layton <jeff.layton@primarydata.com> | Mon Jul 13 06:29:11 2015 -0400 |
tree | df7ad7994f512987b2b10102dea5b2586b14efcd | |
parent | 83bfff23e9ed19f37c4ef0bba84e75bd88e5cf21 [diff] |
locks: inline posix_lock_file_wait and flock_lock_file_wait They just call file_inode and then the corresponding *_inode_file_wait function. Just make them static inlines instead. Signed-off-by: Jeff Layton <jeff.layton@primarydata.com>