| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 11/27] xfs: kill the unused struct xfs_sync_work |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Fri, 01 Jul 2011 05:43:32 -0400 |
| References: | <20110701094321.936534538@xxxxxxxxxxxxxxxxxxxxxx> |
| User-agent: | quilt/0.48-1 |
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Index: xfs/fs/xfs/linux-2.6/xfs_sync.h
===================================================================
--- xfs.orig/fs/xfs/linux-2.6/xfs_sync.h 2011-06-30 15:47:30.203125879
+0200
+++ xfs/fs/xfs/linux-2.6/xfs_sync.h 2011-06-30 15:47:39.093125768 +0200
@@ -21,14 +21,6 @@
struct xfs_mount;
struct xfs_perag;
-typedef struct xfs_sync_work {
- struct list_head w_list;
- struct xfs_mount *w_mount;
- void *w_data; /* syncer routine argument */
- void (*w_syncer)(struct xfs_mount *, void *);
- struct completion *w_completion;
-} xfs_sync_work_t;
-
#define SYNC_WAIT 0x0001 /* wait for i/o to complete */
#define SYNC_TRYLOCK 0x0002 /* only try to lock inodes */
|
| Previous by Date: | [PATCH 06/27] xfs: kill xfs_itruncate_start, Christoph Hellwig |
|---|---|
| Next by Date: | [PATCH 05/27] xfs: always log timestamp updates in xfs_setattr_size, Christoph Hellwig |
| Previous by Thread: | [PATCH 06/27] xfs: kill xfs_itruncate_start, Christoph Hellwig |
| Next by Thread: | Re: [PATCH 11/27] xfs: kill the unused struct xfs_sync_work, Alex Elder |
| Indexes: | [Date] [Thread] [Top] [All Lists] |