]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0e53d6dd6564eac5f45ab97381e5bdf190d45d11
tree6fdea7cdd4fb54a272cb7dc3c46cb9f2b84059e9
parentf254aa20ff25e5c16b744b495a73b1602cde6c5c
parent85c1e578bff264cb839b7e15759ee3c852a64b9d
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/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