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)
commitb2403a61308533c576c9dd783fcb73a9186e0b37
tree50b2675eb043f34d5bc5e0abfd687ef06c396d06
parenta9fcd89d67bb8c4ad613b54ab691fc603c94a03a
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