Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 5 Jan 2019 21:18:59 +0000 (13:18 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 5 Jan 2019 21:18:59 +0000 (13:18 -0800)
commit9b286efeb5eb5aaa2712873fc1f928b2f879dbde
tree42c5509700421853533443a3e042fe2ac46a0f37
parent47f3f4eb7834ea424b0704bffd0d3e3c8ffbc3a1
parente4f2283cc6ffefbe414317a0d89b602811b577ac
Merge branch 'for-linus' of git://git./linux/kernel/git/viro/vfs

Pull trivial vfs updates from Al Viro:
 "A few cleanups + Neil's namespace_unlock() optimization"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  exec: make prepare_bprm_creds static
  genheaders: %-<width>s had been there since v6; %-*s - since v7
  VFS: use synchronize_rcu_expedited() in namespace_unlock()
  iov_iter: reduce code duplication
fs/exec.c
fs/namespace.c
include/linux/binfmts.h
lib/iov_iter.c