diff options
author | Nathan Scott <nathans@sgi.com> | 2006-03-14 13:47:32 +1100 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-03-14 13:47:32 +1100 |
commit | b8b0f546569871b365a5e3b3cc3f667af658dd49 (patch) | |
tree | b14d4c72e13d2c6192e0ac93d1fbafa392ea8e2d /fs/xfs | |
parent | a365bdd5e8fae9c592b9e4851d931016f9fdd868 (diff) | |
download | op-kernel-dev-b8b0f546569871b365a5e3b3cc3f667af658dd49.zip op-kernel-dev-b8b0f546569871b365a5e3b3cc3f667af658dd49.tar.gz |
[XFS] Remove a couple of no-longer-used macros/types from XFS.
SGI-PV: 950556
SGI-Modid: xfs-linux-melb:xfs-kern:25377a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_mount.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index 29cfcf0..ebd7396 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h @@ -506,11 +506,6 @@ xfs_preferred_iosize(xfs_mount_t *mp) #define XFS_SHUTDOWN_REMOTE_REQ 0x10 /* Shutdown came from remote cell */ /* - * xflags for xfs_syncsub - */ -#define XFS_XSYNC_RELOC 0x01 - -/* * Flags for xfs_mountfs */ #define XFS_MFSI_SECOND 0x01 /* Secondary mount -- skip stuff */ |