Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 May 2019 03:50:27 +0000 (20:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 May 2019 03:50:27 +0000 (20:50 -0700)
commit149e703cb8bfcbdae46140b108bb6f7d2407df8f
tree6fdea7cdd4fb54a272cb7dc3c46cb9f2b84059e9
parentd897166d8598e362a31d79dfd9a1e2eedb9ac85c
parent6ee9706aa22e026f438caabb2982e5f78de2c82c
Merge branch 'work.misc' of git://git./linux/kernel/git/viro/vfs

Pull misc vfs updates from Al Viro:
 "Assorted stuff, with no common topic whatsoever..."

* 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  libfs: document simple_get_link()
  Documentation/filesystems/Locking: fix ->get_link() prototype
  Documentation/filesystems/vfs.txt: document how ->i_link works
  Documentation/filesystems/vfs.txt: remove bogus "Last updated" date
  fs: use timespec64 in relatime_need_update
  fs/block_dev.c: remove unused include
Documentation/filesystems/Locking
fs/block_dev.c
fs/inode.c
fs/libfs.c