mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
jbd2: Fix minor typos in comments in fs/jbd2/journal.c
Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
parent
88b6edd17c
commit
bfcd3555af
1 changed files with 4 additions and 4 deletions
|
@ -1781,7 +1781,7 @@ int jbd2_journal_wipe(journal_t *journal, int write)
|
||||||
* Journal abort has very specific semantics, which we describe
|
* Journal abort has very specific semantics, which we describe
|
||||||
* for journal abort.
|
* for journal abort.
|
||||||
*
|
*
|
||||||
* Two internal function, which provide abort to te jbd layer
|
* Two internal functions, which provide abort to the jbd layer
|
||||||
* itself are here.
|
* itself are here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -1879,7 +1879,7 @@ void jbd2_journal_abort(journal_t *journal, int errno)
|
||||||
* int jbd2_journal_errno () - returns the journal's error state.
|
* int jbd2_journal_errno () - returns the journal's error state.
|
||||||
* @journal: journal to examine.
|
* @journal: journal to examine.
|
||||||
*
|
*
|
||||||
* This is the errno numbet set with jbd2_journal_abort(), the last
|
* This is the errno number set with jbd2_journal_abort(), the last
|
||||||
* time the journal was mounted - if the journal was stopped
|
* time the journal was mounted - if the journal was stopped
|
||||||
* without calling abort this will be 0.
|
* without calling abort this will be 0.
|
||||||
*
|
*
|
||||||
|
@ -1903,7 +1903,7 @@ int jbd2_journal_errno(journal_t *journal)
|
||||||
* int jbd2_journal_clear_err () - clears the journal's error state
|
* int jbd2_journal_clear_err () - clears the journal's error state
|
||||||
* @journal: journal to act on.
|
* @journal: journal to act on.
|
||||||
*
|
*
|
||||||
* An error must be cleared or Acked to take a FS out of readonly
|
* An error must be cleared or acked to take a FS out of readonly
|
||||||
* mode.
|
* mode.
|
||||||
*/
|
*/
|
||||||
int jbd2_journal_clear_err(journal_t *journal)
|
int jbd2_journal_clear_err(journal_t *journal)
|
||||||
|
@ -1923,7 +1923,7 @@ int jbd2_journal_clear_err(journal_t *journal)
|
||||||
* void jbd2_journal_ack_err() - Ack journal err.
|
* void jbd2_journal_ack_err() - Ack journal err.
|
||||||
* @journal: journal to act on.
|
* @journal: journal to act on.
|
||||||
*
|
*
|
||||||
* An error must be cleared or Acked to take a FS out of readonly
|
* An error must be cleared or acked to take a FS out of readonly
|
||||||
* mode.
|
* mode.
|
||||||
*/
|
*/
|
||||||
void jbd2_journal_ack_err(journal_t *journal)
|
void jbd2_journal_ack_err(journal_t *journal)
|
||||||
|
|
Loading…
Reference in a new issue