summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/xfblob.c
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-09-01 11:18:00 -0700
committerDarrick J. Wong <djwong@kernel.org>2021-10-22 16:41:04 -0700
commitc923dcdabb08a1a84c3b76f263696b3c210434b9 (patch)
treeb4de9887c1f6e6027b3ab90a9735bdbefd1a8d99 /fs/xfs/scrub/xfblob.c
parentb65c5d4c0bc77a39c44f6045bf6bfb94b8fc7468 (diff)
xfs: online repair of realtime bitmaps
Rebuild the realtime bitmap from the realtime rmap btree. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/xfs/scrub/xfblob.c')
-rw-r--r--fs/xfs/scrub/xfblob.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/scrub/xfblob.c b/fs/xfs/scrub/xfblob.c
index 7ecc840a1013..6eda335211e3 100644
--- a/fs/xfs/scrub/xfblob.c
+++ b/fs/xfs/scrub/xfblob.c
@@ -13,8 +13,8 @@
/*
* XFS Blob Storage
* ================
- * Stores and retrieves blobs using a memfd object. Objects are appended to
- * the file and the offset is returned as a magic cookie for retrieval.
+ * Stores and retrieves blobs using an xfile. Objects are appended to the file
+ * and the offset is returned as a magic cookie for retrieval.
*/
#define XB_KEY_MAGIC 0xABAADDAD