jbd2: remove unnecessary goto statement
This is a port to jbd2 of a patch which Namhyung Kim <namhyung@gmail.com> originally made to fs/jbd. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
@@ -340,9 +340,7 @@ handle_t *jbd2__journal_start(journal_t *journal, int nblocks, int gfp_mask)
|
|||||||
jbd2_free_handle(handle);
|
jbd2_free_handle(handle);
|
||||||
current->journal_info = NULL;
|
current->journal_info = NULL;
|
||||||
handle = ERR_PTR(err);
|
handle = ERR_PTR(err);
|
||||||
goto out;
|
|
||||||
}
|
}
|
||||||
out:
|
|
||||||
return handle;
|
return handle;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(jbd2__journal_start);
|
EXPORT_SYMBOL(jbd2__journal_start);
|
||||||
|
Reference in New Issue
Block a user