]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Aug 2018 04:28:25 +0000 (21:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Aug 2018 04:28:25 +0000 (21:28 -0700)
commit061d0bc6f7566ce18143aba0b90dbe72a81b674e
treec98c950f0cced435855b4f9bda0ab4cb686556aa
parent3ffa0c08724af30763818df63b32ed40d997b854
parent9c0f203c5a69c55e7158d84e0b36b68b899a832f
parent06bfd17bafb27473bf70d441ba8eb9bc2b83cd98
Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull misc vfs updates from Al Viro:
 "Misc cleanups from various folks all over the place

  I expected more fs/dcache.c cleanups this cycle, so that went into a
  separate branch. Said cleanups have missed the window, so in the
  hindsight it could've gone into work.misc instead. Decided not to
  cherry-pick, thus the 'work.dcache' branch"

* 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  fs: dcache: Use true and false for boolean values
  fold generic_readlink() into its only caller
  fs: shave 8 bytes off of struct inode
  fs: Add more kernel-doc to the produced documentation
  fs: Fix attr.c kernel-doc
  removed extra extern file_fdatawait_range

* 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  kill dentry_update_name_case()
fs/dcache.c
fs/namei.c
include/linux/dcache.h
include/linux/fs.h