summaryrefslogtreecommitdiff
path: root/include/linux/overflow.h
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-07-12 20:09:52 -0700
committerAl Viro <viro@zeniv.linux.org.uk>2020-07-27 14:39:53 -0400
commit6414e9b09ffd197803f8e86ce2fafdaf1de4e8e4 (patch)
treedf89077a32692532596ed2d49fd0c33e48a973ea /include/linux/overflow.h
parent7999096fa9cfd0253497c8d2ed9a5a1537521d25 (diff)
fs: define inode flags using bit numbers
Define the VFS inode flags using bit numbers instead of hardcoding powers of 2, which has become unwieldy now that we're up to 65536. No change in the actual values. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/overflow.h')
0 files changed, 0 insertions, 0 deletions
@davemloft.net>
Introduce "rx" prefix in the name scheme for xdp counters
on rx path.
Differentiate between XDP_TX and ndo_xdp_xmit counters

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>