]> 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)
commit32e8ed38a60e5a5bb37937b3edacba42e974d2ef
tree50b2675eb043f34d5bc5e0abfd687ef06c396d06
parent788f4d77e789ee08679363bac295b2d73ecc9745
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