On systems running Linux 2.6.x shfs-0.32 spills the kernel logfiles with debug messages. This is caused by the Makefile for 2.6 kernels, where a DEBUG variable is hardcoded. Reproducible: Always Steps to Reproduce: 1. emerge shfs on a system running a 2.6 series kernel 2. mount a remote filesystem via shfs 3. use the remotely mounted filesystem (e.g. perform 'ls' on it) Actual Results: The kernel logfile gets flooded with shfs debug messages. Expected Results: There should only be some notifications and serious errors in the logfile.
Created attachment 26658 [details, diff] Patch against shfs-0.32 Kernel 2.6 Makfile
Created attachment 26659 [details] shfs-0.32.ebuild using the Makefile patch
Fixed and added the patch. Thanks.