commit | c7fc0d83869f71e89bdc7cb4ee65ff02ac66159f | [log] [tgz] |
---|---|---|
author | Jeff Layton <jeff.layton@primarydata.com> | Sat Jul 11 06:43:03 2015 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Oct 27 09:52:00 2015 +0900 |
tree | 9b26050ffdbe000f74dcaa55cd7998f727629283 | |
parent | b2540f146402c1cf28ea5a84ec5bb1f4c332e59e [diff] |
locks: inline posix_lock_file_wait and flock_lock_file_wait commit ee296d7c5709440f8abd36b5b65c6b3e388538d9 upstream. 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> Cc: William Dauchy <william@gandi.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>