diff options
author | Christoph Hellwig <hch@lst.de> | 2011-07-08 08:34:51 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2011-07-08 08:34:51 -0400 |
commit | 29d104af0a92ba1eac74b636da7fcf88242e1180 (patch) | |
tree | 9ddcbef9bd4569596a75b22f82736bdc29f5c930 | |
parent | f3ca87389dbff0a3dc1a7cb2fa7c62e25421c66c (diff) |
xfs: kill the unused struct xfs_sync_work
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alex Elder <aelder@sgi.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
-rw-r--r-- | fs/xfs/linux-2.6/xfs_sync.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/xfs/linux-2.6/xfs_sync.h b/fs/xfs/linux-2.6/xfs_sync.h index e3a6ad27415f..e914fd621746 100644 --- a/fs/xfs/linux-2.6/xfs_sync.h +++ b/fs/xfs/linux-2.6/xfs_sync.h | |||
@@ -21,14 +21,6 @@ | |||
21 | struct xfs_mount; | 21 | struct xfs_mount; |
22 | struct xfs_perag; | 22 | struct xfs_perag; |
23 | 23 | ||
24 | typedef struct xfs_sync_work { | ||
25 | struct list_head w_list; | ||
26 | struct xfs_mount *w_mount; | ||
27 | void *w_data; /* syncer routine argument */ | ||
28 | void (*w_syncer)(struct xfs_mount *, void *); | ||
29 | struct completion *w_completion; | ||
30 | } xfs_sync_work_t; | ||
31 | |||
32 | #define SYNC_WAIT 0x0001 /* wait for i/o to complete */ | 24 | #define SYNC_WAIT 0x0001 /* wait for i/o to complete */ |
33 | #define SYNC_TRYLOCK 0x0002 /* only try to lock inodes */ | 25 | #define SYNC_TRYLOCK 0x0002 /* only try to lock inodes */ |
34 | 26 | ||