]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/xfs/linux-2.6/xfs_sync.h
xfs: block callers of xfs_flush_inodes() correctly
[karo-tx-linux.git] / fs / xfs / linux-2.6 / xfs_sync.h
index 6e83a35626ed3e86656a2483ca61c8e49502f159..308d5bf6dfbda281376be436cfd0434085ccdaec 100644 (file)
@@ -26,6 +26,7 @@ typedef struct xfs_sync_work {
        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_ATTR              0x0001  /* sync attributes */