jfs_logmgr.c (44f549217cd26daf7063984ae4ee6e46beca9c41) jfs_logmgr.c (7dfb71030f7636a0d65200158113c37764552f93)
1/*
2 * Copyright (C) International Business Machines Corp., 2000-2004
3 * Portions Copyright (C) Christoph Hellwig, 2001-2002
4 *
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
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.

--- 53 unchanged lines hidden (view full) ---

62#include <linux/fs.h>
63#include <linux/blkdev.h>
64#include <linux/interrupt.h>
65#include <linux/smp_lock.h>
66#include <linux/completion.h>
67#include <linux/kthread.h>
68#include <linux/buffer_head.h> /* for sync_blockdev() */
69#include <linux/bio.h>
1/*
2 * Copyright (C) International Business Machines Corp., 2000-2004
3 * Portions Copyright (C) Christoph Hellwig, 2001-2002
4 *
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
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.

--- 53 unchanged lines hidden (view full) ---

62#include <linux/fs.h>
63#include <linux/blkdev.h>
64#include <linux/interrupt.h>
65#include <linux/smp_lock.h>
66#include <linux/completion.h>
67#include <linux/kthread.h>
68#include <linux/buffer_head.h> /* for sync_blockdev() */
69#include <linux/bio.h>
70#include <linux/suspend.h>
70#include <linux/freezer.h>
71#include <linux/delay.h>
72#include <linux/mutex.h>
73#include "jfs_incore.h"
74#include "jfs_filsys.h"
75#include "jfs_metapage.h"
76#include "jfs_superblock.h"
77#include "jfs_txnmgr.h"
78#include "jfs_debug.h"

--- 2463 unchanged lines hidden ---
71#include <linux/delay.h>
72#include <linux/mutex.h>
73#include "jfs_incore.h"
74#include "jfs_filsys.h"
75#include "jfs_metapage.h"
76#include "jfs_superblock.h"
77#include "jfs_txnmgr.h"
78#include "jfs_debug.h"

--- 2463 unchanged lines hidden ---