Message ID | cover.1666281276.git.sweettea-kernel@dorminy.me (mailing list archive) |
---|---|
Headers | show |
Series | btrfs: add fscrypt integration | expand |
On Thu, Oct 20, 2022 at 12:58:19PM -0400, Sweet Tea Dorminy wrote:
> This is a changeset adding encryption to btrfs.
Please always say which git tree and commit your patchset applies too. Or pass
--base to git format-patch. I tried upstream and btrfs, and neither worked :-(
- Eric
On Thu, Oct 20, 2022 at 02:38:19PM -0700, Eric Biggers wrote: > On Thu, Oct 20, 2022 at 12:58:19PM -0400, Sweet Tea Dorminy wrote: > > This is a changeset adding encryption to btrfs. > > Please always say which git tree and commit your patchset applies too. Or pass > --base to git format-patch. I tried upstream and btrfs, and neither worked :-( I had the same problem but found a close commit where it applies, you can find it at https://github.com/kdave/btrfs-devel ext/sweettea/fscrypt-v3 There's one fixup so it compiles without warnings and so far it fails to compile with CONFIG_FS_ENCRYPTION disabled.