diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_sync.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_sync.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_sync.h b/fs/xfs/linux-2.6/xfs_sync.h index 295486199406..5316915c0834 100644 --- a/fs/xfs/linux-2.6/xfs_sync.h +++ b/fs/xfs/linux-2.6/xfs_sync.h | |||
@@ -49,7 +49,6 @@ typedef struct bhv_vfs_sync_work { | |||
49 | * to disk (this is the main difference between a sync and a quiesce). | 49 | * to disk (this is the main difference between a sync and a quiesce). |
50 | */ | 50 | */ |
51 | #define SYNC_DATA_QUIESCE (SYNC_DELWRI|SYNC_FSDATA|SYNC_WAIT|SYNC_IOWAIT) | 51 | #define SYNC_DATA_QUIESCE (SYNC_DELWRI|SYNC_FSDATA|SYNC_WAIT|SYNC_IOWAIT) |
52 | #define SYNC_INODE_QUIESCE (SYNC_REMOUNT|SYNC_ATTR|SYNC_WAIT) | ||
53 | 52 | ||
54 | int xfs_syncd_init(struct xfs_mount *mp); | 53 | int xfs_syncd_init(struct xfs_mount *mp); |
55 | void xfs_syncd_stop(struct xfs_mount *mp); | 54 | void xfs_syncd_stop(struct xfs_mount *mp); |