On Wed, Oct 18, 2023 at 09:25:18AM -0300, Wedson Almeida Filho wrote: > +config TARFS_FS > + tristate "TAR file system support" > + depends on RUST && BLOCK > + select BUFFER_HEAD I didn't spot anywhere in this that actually uses buffer_heads. Why did you add this select?