summary refs log tree commit diff
path: root/fs/dcache.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2018-08-13 21:28:25 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2018-08-13 21:28:25 -0700
commit4591343e3560d51fa37a24cd262192a7b889a6a3 (patch)
treec98c950f0cced435855b4f9bda0ab4cb686556aa /fs/dcache.c
parentf2be269897708700ed9b2a96f695348a10a003e8 (diff)
parent7964410fcf135d7e76deef4e475816ec02482f7b (diff)
parent63a67a926e214dac94e29147c0f3d11499f655a1 (diff)
downloadlinux-4591343e3560d51fa37a24cd262192a7b889a6a3.tar.gz
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()