summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/blob.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/scrub/blob.h')
-rw-r--r--fs/xfs/scrub/blob.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/xfs/scrub/blob.h b/fs/xfs/scrub/blob.h
index f10584dd5657..83a0fe66f965 100644
--- a/fs/xfs/scrub/blob.h
+++ b/fs/xfs/scrub/blob.h
@@ -7,10 +7,11 @@
#define __XFS_SCRUB_BLOB_H__
struct xblob {
- struct list_head list;
+ struct file *filp;
+ loff_t last_offset;
};
-typedef void *xblob_cookie;
+typedef loff_t xblob_cookie;
struct xblob *xblob_init(void);
void xblob_destroy(struct xblob *blob);