mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
gfs2: Fix bad comment for trans_drain
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
This commit is contained in:
parent
5a61ae1402
commit
521031fa97
1 changed files with 1 additions and 1 deletions
|
@ -902,7 +902,7 @@ static void empty_ail1_list(struct gfs2_sbd *sdp)
|
|||
}
|
||||
|
||||
/**
|
||||
* drain_bd - drain the buf and databuf queue for a failed transaction
|
||||
* trans_drain - drain the buf and databuf queue for a failed transaction
|
||||
* @tr: the transaction to drain
|
||||
*
|
||||
* When this is called, we're taking an error exit for a log write that failed
|
||||
|
|
Loading…
Reference in a new issue