diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2021-03-16 23:28:43 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2021-04-27 17:05:19 -0400 |
commit | e6194111f218b21d2aaf0876dc5ac29a70cc7dd0 (patch) | |
tree | c5a2fde9077ec40a1482e62421a288fa2d8990e6 /fs/bcachefs/fsck.c | |
parent | 02ae4636e4ed743784403cbe1058b3cde65e5e26 (diff) |
bcachefs: Snapshot creationbcachefs-v5.10-snapshots
Diffstat (limited to 'fs/bcachefs/fsck.c')
-rw-r--r-- | fs/bcachefs/fsck.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/bcachefs/fsck.c b/fs/bcachefs/fsck.c index bfc27233d9c5..e286ae0b9a39 100644 --- a/fs/bcachefs/fsck.c +++ b/fs/bcachefs/fsck.c @@ -289,7 +289,8 @@ create_lostfound: BTREE_INSERT_LAZY_RW, bch2_create_trans(trans, root_inum, &root, lostfound, &lostfound_str, - 0, 0, S_IFDIR|0700, 0, NULL, NULL, 0)); + 0, 0, S_IFDIR|0700, 0, NULL, NULL, + (subvol_inum) { }, 0)); if (ret) bch_err(c, "error creating lost+found: %i", ret); } |