diff options
author | Eric Sandeen <sandeen@sandeen.net> | 2007-08-16 02:25:10 -0400 |
---|---|---|
committer | Tim Shimmin <tes@chook.melbourne.sgi.com> | 2007-10-15 02:40:14 -0400 |
commit | 6385f4d5579ccada7bd1d9fefbdea5515457b10d (patch) | |
tree | 3030e32d9bde4017a69efcdf807e32a785f20082 /fs/xfs/linux-2.6/xfs_globals.h | |
parent | 425f9ddd534573f58df8e7b633a534fcfc16d44d (diff) |
[XFS] Remove xfs_physmem
Now that nobody's using it, remove xfs_physmem & friends.
SGI-PV: 968563
SGI-Modid: xfs-linux-melb:xfs-kern:29325a
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_globals.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_globals.h b/fs/xfs/linux-2.6/xfs_globals.h index e1a22bfcf865..2770b0085ee8 100644 --- a/fs/xfs/linux-2.6/xfs_globals.h +++ b/fs/xfs/linux-2.6/xfs_globals.h | |||
@@ -19,7 +19,6 @@ | |||
19 | #define __XFS_GLOBALS_H__ | 19 | #define __XFS_GLOBALS_H__ |
20 | 20 | ||
21 | extern uint64_t xfs_panic_mask; /* set to cause more panics */ | 21 | extern uint64_t xfs_panic_mask; /* set to cause more panics */ |
22 | extern unsigned long xfs_physmem; | ||
23 | extern struct cred *sys_cred; | 22 | extern struct cred *sys_cred; |
24 | 23 | ||
25 | #endif /* __XFS_GLOBALS_H__ */ | 24 | #endif /* __XFS_GLOBALS_H__ */ |