bcachefs: Fix fiemap (again)
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 28 Aug 2019 16:41:45 +0000 (12:41 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:26 +0000 (17:08 -0400)
commit05cf02b5a10ae9b60aad4b1fe4049eb4e7603b4f
tree8ad8d053247db715295d034e3b22ee114c471191
parent9940a791ea24876d09116ac503045fb3390aebd2
bcachefs: Fix fiemap (again)

when iterating over reflink pointers, we use the key we just emitted to
set the iterator position - which means we have to be setting the key's
inode field as well

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fs.c