Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
io_uring: delete old reference to unused struct field
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Dec 22, 2020
1 parent 5faea13 commit f9fc4b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions fs/gfs2/glops.c
Expand Up @@ -251,15 +251,6 @@ static void gfs2_rgrp_go_dump(struct seq_file *seq, struct gfs2_glock *gl,
gfs2_rgrp_dump(seq, rgd, fs_id_buf);
}

static void gfs2_rgrp_go_dump(struct seq_file *seq, struct gfs2_glock *gl,
const char *fs_id_buf)
{
struct gfs2_rgrpd *rgd = gl->gl_object;

if (rgd)
gfs2_rgrp_dump(seq, rgd, fs_id_buf);
}

static struct gfs2_inode *gfs2_glock2inode(struct gfs2_glock *gl)
{
struct gfs2_inode *ip;
Expand Down
2 changes: 0 additions & 2 deletions fs/io_uring.c
Expand Up @@ -6497,8 +6497,6 @@ static int io_init_req(struct io_ring_ctx *ctx, struct io_kiocb *req,
/* one is dropped after submission, the other at completion */
refcount_set(&req->refs, 2);
req->task = current;
get_task_struct(req->task);
atomic_long_inc(&req->task->io_uring->req_issue);
req->result = 0;

if (unlikely(req->opcode >= IORING_OP_LAST))
Expand Down

0 comments on commit f9fc4b3

Please sign in to comment.