diff options
Diffstat (limited to 'fs/jfs/jfs_metapage.c')
-rw-r--r-- | fs/jfs/jfs_metapage.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fs/jfs/jfs_metapage.c b/fs/jfs/jfs_metapage.c index f5afc129d6b1..0cccd1c39d75 100644 --- a/fs/jfs/jfs_metapage.c +++ b/fs/jfs/jfs_metapage.c | |||
@@ -4,16 +4,16 @@ | |||
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
7 | * the Free Software Foundation; either version 2 of the License, or | 7 | * the Free Software Foundation; either version 2 of the License, or |
8 | * (at your option) any later version. | 8 | * (at your option) any later version. |
9 | * | 9 | * |
10 | * This program is distributed in the hope that it will be useful, | 10 | * This program is distributed in the hope that it will be useful, |
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See | 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See |
13 | * the GNU General Public License for more details. | 13 | * the GNU General Public License for more details. |
14 | * | 14 | * |
15 | * You should have received a copy of the GNU General Public License | 15 | * You should have received a copy of the GNU General Public License |
16 | * along with this program; if not, write to the Free Software | 16 | * along with this program; if not, write to the Free Software |
17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
18 | */ | 18 | */ |
19 | 19 | ||
@@ -461,7 +461,7 @@ static int metapage_writepage(struct page *page, struct writeback_control *wbc) | |||
461 | goto add_failed; | 461 | goto add_failed; |
462 | if (!bio->bi_size) | 462 | if (!bio->bi_size) |
463 | goto dump_bio; | 463 | goto dump_bio; |
464 | 464 | ||
465 | submit_bio(WRITE, bio); | 465 | submit_bio(WRITE, bio); |
466 | } | 466 | } |
467 | if (redirty) | 467 | if (redirty) |
@@ -648,7 +648,7 @@ struct metapage *__get_metapage(struct inode *inode, unsigned long lblock, | |||
648 | jfs_err("logical_size = %d, size = %d", | 648 | jfs_err("logical_size = %d, size = %d", |
649 | mp->logical_size, size); | 649 | mp->logical_size, size); |
650 | dump_stack(); | 650 | dump_stack(); |
651 | goto unlock; | 651 | goto unlock; |
652 | } | 652 | } |
653 | mp->count++; | 653 | mp->count++; |
654 | lock_metapage(mp); | 654 | lock_metapage(mp); |
@@ -658,7 +658,7 @@ struct metapage *__get_metapage(struct inode *inode, unsigned long lblock, | |||
658 | "__get_metapage: using a " | 658 | "__get_metapage: using a " |
659 | "discarded metapage"); | 659 | "discarded metapage"); |
660 | discard_metapage(mp); | 660 | discard_metapage(mp); |
661 | goto unlock; | 661 | goto unlock; |
662 | } | 662 | } |
663 | clear_bit(META_discard, &mp->flag); | 663 | clear_bit(META_discard, &mp->flag); |
664 | } | 664 | } |