Skip to content

Commit

Permalink
[PATCH] kill obsolete temporary comment in swsusp_close()
Browse files Browse the repository at this point in the history
it had been put there to mark the call of blkdev_put() that
needed proper argument propagated to it; later patch in the
same series had done just that.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Dec 4, 2008
1 parent feaf384 commit 50c396d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/power/swap.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ void swsusp_close(fmode_t mode)
return;
}

blkdev_put(resume_bdev, mode); /* move up */
blkdev_put(resume_bdev, mode);
}

static int swsusp_header_init(void)
Expand Down

0 comments on commit 50c396d

Please sign in to comment.