util.c (6548698f929814375fa5d62ae1db96959b0418c1) util.c (009d851837ab26cab18adda6169a813f70b0b21b)
1/*
2 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
3 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
4 *
5 * This copyrighted material is made available to anyone wishing to use,
6 * modify, copy, or redistribute it subject to the terms and conditions
7 * of the GNU General Public License version 2.
8 */

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

16#include <asm/uaccess.h>
17
18#include "gfs2.h"
19#include "incore.h"
20#include "glock.h"
21#include "util.h"
22
23struct kmem_cache *gfs2_glock_cachep __read_mostly;
1/*
2 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
3 * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
4 *
5 * This copyrighted material is made available to anyone wishing to use,
6 * modify, copy, or redistribute it subject to the terms and conditions
7 * of the GNU General Public License version 2.
8 */

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

16#include <asm/uaccess.h>
17
18#include "gfs2.h"
19#include "incore.h"
20#include "glock.h"
21#include "util.h"
22
23struct kmem_cache *gfs2_glock_cachep __read_mostly;
24struct kmem_cache *gfs2_glock_aspace_cachep __read_mostly;
24struct kmem_cache *gfs2_inode_cachep __read_mostly;
25struct kmem_cache *gfs2_bufdata_cachep __read_mostly;
26struct kmem_cache *gfs2_rgrpd_cachep __read_mostly;
27struct kmem_cache *gfs2_quotad_cachep __read_mostly;
28
29void gfs2_assert_i(struct gfs2_sbd *sdp)
30{
31 printk(KERN_EMERG "GFS2: fsid=%s: fatal assertion failed\n",

--- 254 unchanged lines hidden ---
25struct kmem_cache *gfs2_inode_cachep __read_mostly;
26struct kmem_cache *gfs2_bufdata_cachep __read_mostly;
27struct kmem_cache *gfs2_rgrpd_cachep __read_mostly;
28struct kmem_cache *gfs2_quotad_cachep __read_mostly;
29
30void gfs2_assert_i(struct gfs2_sbd *sdp)
31{
32 printk(KERN_EMERG "GFS2: fsid=%s: fatal assertion failed\n",

--- 254 unchanged lines hidden ---