diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-07 05:41:50 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-07 05:52:40 (GMT) |
commit | 830c0f0edca67403d361fe976a25b17356c11f19 (patch) | |
tree | b4bfc71ab9aaff0e8b65403c319dde519dd6f9ef /crypto | |
parent | 7cd4767e696123cdb7447fbd7c281eb8c610c8e4 (diff) | |
download | linux-830c0f0edca67403d361fe976a25b17356c11f19.tar.xz |
vfs: renumber DCACHE_xyz flags, remove some stale ones
Gcc tends to generate better code with small integers, including the
DCACHE_xyz flag tests - so move the common ones to be first in the list.
Also just remove the unused DCACHE_INOTIFY_PARENT_WATCHED and
DCACHE_AUTOFS_PENDING values, their users no longer exists in the source
tree.
And add a "unlikely()" to the DCACHE_OP_COMPARE test, since we want the
common case to be a nice straight-line fall-through.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions