xfs: convert ENOSPC inode flushing to use new syncd workqueue
[pandora-kernel.git] / fs / xfs / xfs_mount.h
index 2c11e62..a0ad90e 100644 (file)
@@ -204,9 +204,7 @@ typedef struct xfs_mount {
 #endif
        struct xfs_mru_cache    *m_filestream;  /* per-mount filestream data */
        struct delayed_work     m_sync_work;    /* background sync work */
-       struct task_struct      *m_sync_task;   /* generalised sync thread */
-       struct list_head        m_sync_list;    /* sync thread work item list */
-       spinlock_t              m_sync_lock;    /* work item list lock */
+       struct work_struct      m_flush_work;   /* background inode flush */
        __int64_t               m_update_flags; /* sb flags we need to update
                                                   on the next remount,rw */
        struct shrinker         m_inode_shrink; /* inode reclaim shrinker */