diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-12 13:43:42 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-12 13:43:42 -0700 |
commit | dbc2fba3fc46084f502aec53183995a632998dcd (patch) | |
tree | a4ee9c95d40c807a133a1542d082f773661869f4 /.clang-format | |
parent | 5f739e4a491ab63730ef3b7464171340c689fbff (diff) | |
parent | 6daef95b8c914866a46247232a048447fff97279 (diff) |
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull iov_iter updates from Al Viro:
"A couple of iov_iter patches - Christoph's crapectomy (the last
remaining user of iov_for_each() went away with lustre, IIRC) and
Eric'c optimization of sanity checks"
* 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
iov_iter: optimize page_copy_sane()
uio: remove the unused iov_for_each macro
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 201a4f531b90..f49620f506f1 100644 --- a/.clang-format +++ b/.clang-format @@ -290,7 +290,6 @@ ForEachMacros: - 'idr_for_each_entry_ul' - 'inet_bind_bucket_for_each' - 'inet_lhash2_for_each_icsk_rcu' - - 'iov_for_each' - 'key_for_each' - 'key_for_each_safe' - 'klp_for_each_func' |