diff options
| -rw-r--r-- | fs/fuse/dev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c index 8538b298a6b0..cc750c68fe70 100644 --- a/fs/fuse/dev.c +++ b/fs/fuse/dev.c | |||
| @@ -108,7 +108,6 @@ struct fuse_req *fuse_get_req(struct fuse_conn *fc) | |||
| 108 | if (!req) | 108 | if (!req) |
| 109 | goto out; | 109 | goto out; |
| 110 | 110 | ||
| 111 | fuse_request_init(req); | ||
| 112 | req->in.h.uid = current->fsuid; | 111 | req->in.h.uid = current->fsuid; |
| 113 | req->in.h.gid = current->fsgid; | 112 | req->in.h.gid = current->fsgid; |
| 114 | req->in.h.pid = current->pid; | 113 | req->in.h.pid = current->pid; |
