]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Nov 2015 18:31:29 +0000 (10:31 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Nov 2015 18:31:29 +0000 (10:31 -0800)
commit1c6db69b688cf9bfa2c84bfc0d9a37587f373926
tree1dd64350de1830f639ac8b46bd0183a9fd7febc9
parentea77371b56e5e8af8a8e04342eb74f82765bf992
parent06d7d37c7e9470d4f8c1191419abd5bea02beae9
Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux

Pull file locking updates from Jeff Layton:
 "The largest series of changes is from Ben who offered up a set to add
  a new helper function for setting locks based on the type set in
  fl_flags.  Dmitry also send in a fix for a potential race that he
  found with KTSAN"

* tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux:
  locks: cleanup posix_lock_inode_wait and flock_lock_inode_wait
  Move locks API users to locks_lock_inode_wait()
  locks: introduce locks_lock_inode_wait()
  locks: Use more file_inode and fix a comment
  fs: fix data races on inode->i_flctx
  locks: change tracepoint for generic_add_lease
drivers/staging/lustre/lustre/llite/file.c
fs/cifs/file.c
fs/nfs/nfs4proc.c