From d8969f4d1586dac105efded4cebc25a87f6f5d64 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Fri, 8 Jul 2011 14:34:51 +0200 Subject: [PATCH] --- yaml --- r: 255129 b: refs/heads/master c: 29d104af0a92ba1eac74b636da7fcf88242e1180 h: refs/heads/master i: 255127: d24a5dc571205e029c38a755d64645471249cfdb v: v3 --- [refs] | 2 +- trunk/fs/xfs/linux-2.6/xfs_sync.h | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/[refs] b/[refs] index c2bd5dcd128a..d953876a275a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f3ca87389dbff0a3dc1a7cb2fa7c62e25421c66c +refs/heads/master: 29d104af0a92ba1eac74b636da7fcf88242e1180 diff --git a/trunk/fs/xfs/linux-2.6/xfs_sync.h b/trunk/fs/xfs/linux-2.6/xfs_sync.h index e3a6ad27415f..e914fd621746 100644 --- a/trunk/fs/xfs/linux-2.6/xfs_sync.h +++ b/trunk/fs/xfs/linux-2.6/xfs_sync.h @@ -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 */