jfs_txnmgr.c (44f549217cd26daf7063984ae4ee6e46beca9c41) | jfs_txnmgr.c (7dfb71030f7636a0d65200158113c37764552f93) |
---|---|
1/* 2 * Copyright (C) International Business Machines Corp., 2000-2005 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. --- 32 unchanged lines hidden (view full) --- 41 * (obviate intermediate replication of allocation/deallocation data) 42 * hold on to mp+lock thru update of maps 43 */ 44 45#include <linux/fs.h> 46#include <linux/vmalloc.h> 47#include <linux/smp_lock.h> 48#include <linux/completion.h> | 1/* 2 * Copyright (C) International Business Machines Corp., 2000-2005 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. --- 32 unchanged lines hidden (view full) --- 41 * (obviate intermediate replication of allocation/deallocation data) 42 * hold on to mp+lock thru update of maps 43 */ 44 45#include <linux/fs.h> 46#include <linux/vmalloc.h> 47#include <linux/smp_lock.h> 48#include <linux/completion.h> |
49#include <linux/suspend.h> | 49#include <linux/freezer.h> |
50#include <linux/module.h> 51#include <linux/moduleparam.h> 52#include <linux/kthread.h> 53#include "jfs_incore.h" 54#include "jfs_inode.h" 55#include "jfs_filsys.h" 56#include "jfs_metapage.h" 57#include "jfs_dinode.h" --- 3039 unchanged lines hidden --- | 50#include <linux/module.h> 51#include <linux/moduleparam.h> 52#include <linux/kthread.h> 53#include "jfs_incore.h" 54#include "jfs_inode.h" 55#include "jfs_filsys.h" 56#include "jfs_metapage.h" 57#include "jfs_dinode.h" --- 3039 unchanged lines hidden --- |