]> git.baikalelectronics.ru Git - kernel.git/commit
fs, net: Move read_descriptor_t to net.h
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 14 Feb 2022 14:15:34 +0000 (09:15 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Apr 2022 18:40:44 +0000 (14:40 -0400)
commitc5529fd6a23c5880588e240e193c4ebd5d6880b9
tree50b2675eb043f34d5bc5e0abfd687ef06c396d06
parent2ace8a5ed500c68053a3d041cb5179b67c33f4e7
fs, net: Move read_descriptor_t to net.h

fs.h has no more need for this typedef; networking is now the sole user
of the read_descriptor_t.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/fs.h
include/linux/net.h