Re: [f2fs-dev] [PATCH v2 0/9] Allow deleting files with unsupported encryption policy

2020-12-06 Thread Eric Biggers
On Wed, Dec 02, 2020 at 06:20:32PM -0800, Eric Biggers wrote: > Currently it's impossible to delete files that use an unsupported > encryption policy, as the kernel will just return an error when > performing any operation on the top-level encrypted directory, even just > a path lookup into the dir

[f2fs-dev] [PATCH v2 0/9] Allow deleting files with unsupported encryption policy

2020-12-02 Thread Eric Biggers
Currently it's impossible to delete files that use an unsupported encryption policy, as the kernel will just return an error when performing any operation on the top-level encrypted directory, even just a path lookup into the directory or opening the directory for readdir. It's desirable to return