mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
06b55b464e
Currently reading a directory is implemented in the client code. This function is not actually a wire operation, but a meta operation which calls read operations and processes the results. This patch moves this functionality to the fs layer and calls component wire operations instead of constructing their packets. This provides a cleaner separation and will help when we reorganize the client functions and protocol processing methods. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com> |
||
---|---|---|
.. | ||
client.c | ||
conv.c | ||
error.c | ||
fcprint.c | ||
Kconfig | ||
Makefile | ||
mod.c | ||
trans_fd.c | ||
trans_virtio.c | ||
util.c |