#ifndef _NET_STP_H #define _NET_STP_H struct stp_proto { unsigned char group_address[ETH_ALEN]; void (*rcv)(const struct stp_proto *, struct sk_buff *, struct net_device *); void *data; }; int stp_proto_register(const struct stp_proto *proto); void stp_proto_unregister(const struct stp_proto *proto); #endif /* _NET_STP_H */ xml'/>
summaryrefslogtreecommitdiff
path: root/include/crypto/cast5.h
-bindings/clock/oxsemi,ox820.h?id=2b369478e1856e3809f439495567474725931585&showmsg=1'>oxsemi,ox820.h
AgeCommit message (Expand)AuthorFilesLines
>
AgeCommit message (Collapse)AuthorFilesLines
space:
mode:
authorJan Kara <jack@suse.cz>2016-08-10 16:42:53 +0200
committerDan Williams <dan.j.williams@intel.com>2016-12-26 20:29:24 -0800
commite568df6b84ff05a22467503afc11bee7a6ba0700 (patch)
tree516a8c7d3eb87bcd07d97e3582964403cdd0f010 /tools/perf/bench
parent7ce7d89f48834cefece7804d38fc5d85382edf77 (diff)
ext2: Return BH_New buffers for zeroed blocks
So far we did not return BH_New buffers from ext2_get_blocks() when we allocated and zeroed-out a block for DAX inode to avoid racy zeroing in DAX code. This zeroing is gone these days so we can remove the workaround. Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'tools/perf/bench')