diff options
author | Masanari Iida <standby24x7@gmail.com> | 2016-02-02 08:31:06 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-04-18 05:13:05 -0400 |
commit | bd7ced98812dbb906950d8b0ec786f14f631cede (patch) | |
tree | 048b8bfcdc83fb405002ac8fc9eb5d0e539d488a | |
parent | a9eb221ab52480e86be60ab4cc3237fa4344b0cc (diff) |
Doc: treewide : Fix typos in DocBook/filesystem.xml
This patch fix spelling typos found in DocBook/filesystem.xml.
It is because the file was generated from comments in code,
I have to fix the comments in codes, instead of xml file.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | fs/jbd2/recovery.c | 2 | ||||
-rw-r--r-- | fs/jbd2/transaction.c | 6 | ||||
-rw-r--r-- | fs/super.c | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/fs/jbd2/recovery.c b/fs/jbd2/recovery.c index 7f277e49fe88..76579c28edc7 100644 --- a/fs/jbd2/recovery.c +++ b/fs/jbd2/recovery.c | |||
@@ -304,7 +304,7 @@ int jbd2_journal_recover(journal_t *journal) | |||
304 | * Locate any valid recovery information from the journal and set up the | 304 | * Locate any valid recovery information from the journal and set up the |
305 | * journal structures in memory to ignore it (presumably because the | 305 | * journal structures in memory to ignore it (presumably because the |
306 | * caller has evidence that it is out of date). | 306 | * caller has evidence that it is out of date). |
307 | * This function does'nt appear to be exorted.. | 307 | * This function doesn't appear to be exported.. |
308 | * | 308 | * |
309 | * We perform one pass over the journal to allow us to tell the user how | 309 | * We perform one pass over the journal to allow us to tell the user how |
310 | * much recovery information is being erased, and to let us initialise | 310 | * much recovery information is being erased, and to let us initialise |
diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c index 6b8338ec2464..98d04c5fe3d2 100644 --- a/fs/jbd2/transaction.c +++ b/fs/jbd2/transaction.c | |||
@@ -543,7 +543,7 @@ EXPORT_SYMBOL(jbd2_journal_start_reserved); | |||
543 | * | 543 | * |
544 | * Some transactions, such as large extends and truncates, can be done | 544 | * Some transactions, such as large extends and truncates, can be done |
545 | * atomically all at once or in several stages. The operation requests | 545 | * atomically all at once or in several stages. The operation requests |
546 | * a credit for a number of buffer modications in advance, but can | 546 | * a credit for a number of buffer modifications in advance, but can |
547 | * extend its credit if it needs more. | 547 | * extend its credit if it needs more. |
548 | * | 548 | * |
549 | * jbd2_journal_extend tries to give the running handle more buffer credits. | 549 | * jbd2_journal_extend tries to give the running handle more buffer credits. |
@@ -627,7 +627,7 @@ error_out: | |||
627 | * If the jbd2_journal_extend() call above fails to grant new buffer credits | 627 | * If the jbd2_journal_extend() call above fails to grant new buffer credits |
628 | * to a running handle, a call to jbd2_journal_restart will commit the | 628 | * to a running handle, a call to jbd2_journal_restart will commit the |
629 | * handle's transaction so far and reattach the handle to a new | 629 | * handle's transaction so far and reattach the handle to a new |
630 | * transaction capabable of guaranteeing the requested number of | 630 | * transaction capable of guaranteeing the requested number of |
631 | * credits. We preserve reserved handle if there's any attached to the | 631 | * credits. We preserve reserved handle if there's any attached to the |
632 | * passed in handle. | 632 | * passed in handle. |
633 | */ | 633 | */ |
@@ -1596,7 +1596,7 @@ drop: | |||
1596 | 1596 | ||
1597 | /** | 1597 | /** |
1598 | * int jbd2_journal_stop() - complete a transaction | 1598 | * int jbd2_journal_stop() - complete a transaction |
1599 | * @handle: tranaction to complete. | 1599 | * @handle: transaction to complete. |
1600 | * | 1600 | * |
1601 | * All done for a particular handle. | 1601 | * All done for a particular handle. |
1602 | * | 1602 | * |
diff --git a/fs/super.c b/fs/super.c index 7ea56de57d4b..6cd9f719cf61 100644 --- a/fs/super.c +++ b/fs/super.c | |||
@@ -285,7 +285,7 @@ static void put_super(struct super_block *sb) | |||
285 | * deactivate_locked_super - drop an active reference to superblock | 285 | * deactivate_locked_super - drop an active reference to superblock |
286 | * @s: superblock to deactivate | 286 | * @s: superblock to deactivate |
287 | * | 287 | * |
288 | * Drops an active reference to superblock, converting it into a temprory | 288 | * Drops an active reference to superblock, converting it into a temporary |
289 | * one if there is no other active references left. In that case we | 289 | * one if there is no other active references left. In that case we |
290 | * tell fs driver to shut it down and drop the temporary reference we | 290 | * tell fs driver to shut it down and drop the temporary reference we |
291 | * had just acquired. | 291 | * had just acquired. |