]> git.karo-electronics.de Git - karo-tx-linux.git/commit
locks: introduce locks_lock_inode_wait()
authorBenjamin Coddington <bcodding@redhat.com>
Thu, 22 Oct 2015 17:38:13 +0000 (13:38 -0400)
committerJeff Layton <jeff.layton@primarydata.com>
Thu, 22 Oct 2015 18:57:20 +0000 (14:57 -0400)
commite55c34a66f87e78fb1fc6b623b78c5ad74b475af
treeaefee1b4c4e7a0fb2c6ba1db9fee681e52e08506
parent6ca7d910121af4dd8c83294b50546f4664b2a932
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>
fs/locks.c
include/linux/fs.h