super.c (5bc65793cbf8da0d35f19ef025dda22887e79e80) super.c (a569425512253992cc64ebf8b6d00a62f986db3e)
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.

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

22#include <linux/parser.h>
23#include <linux/completion.h>
24#include <linux/vfs.h>
25#include <linux/mount.h>
26#include <linux/moduleparam.h>
27#include <linux/kthread.h>
28#include <linux/posix_acl.h>
29#include <linux/buffer_head.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.

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

22#include <linux/parser.h>
23#include <linux/completion.h>
24#include <linux/vfs.h>
25#include <linux/mount.h>
26#include <linux/moduleparam.h>
27#include <linux/kthread.h>
28#include <linux/posix_acl.h>
29#include <linux/buffer_head.h>
30#include <linux/exportfs.h>
30#include <asm/uaccess.h>
31#include <linux/seq_file.h>
32
33#include "jfs_incore.h"
34#include "jfs_filsys.h"
35#include "jfs_inode.h"
36#include "jfs_metapage.h"
37#include "jfs_superblock.h"

--- 834 unchanged lines hidden ---
31#include <asm/uaccess.h>
32#include <linux/seq_file.h>
33
34#include "jfs_incore.h"
35#include "jfs_filsys.h"
36#include "jfs_inode.h"
37#include "jfs_metapage.h"
38#include "jfs_superblock.h"

--- 834 unchanged lines hidden ---