OSDN Git Service

fuse: stop copying args to fuse_req
authorMiklos Szeredi <mszeredi@redhat.com>
Tue, 10 Sep 2019 13:04:11 +0000 (15:04 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Tue, 10 Sep 2019 14:29:50 +0000 (16:29 +0200)
commitd49937749fef2597f6bcaf2a0ed67e88e347b7fb
treedfd59d339f8a13b8f52227e18b4f6e06c0faa7b6
parent145b673bd208af97b2f98572f286111ab8e7bc59
fuse: stop copying args to fuse_req

No need to duplicate the argument arrays in fuse_req, so just dereference
req->args instead of copying to the fuse_req internal ones.

This allows further cleanup of the fuse_req structure.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/dev.c
fs/fuse/fuse_i.h