[PATCH 0/2] debugfs: Remove broken no-mount mode

Aaron Thompson posted 2 patches 1 week, 4 days ago
.../admin-guide/kernel-parameters.txt         |  6 +---
fs/debugfs/inode.c                            | 36 ++++++-------------
fs/debugfs/internal.h                         | 13 -------
lib/Kconfig.debug                             |  9 +----
4 files changed, 13 insertions(+), 51 deletions(-)
[PATCH 0/2] debugfs: Remove broken no-mount mode
Posted by Aaron Thompson 1 week, 4 days ago
Hi all,

This patch removes the debugfs no-mount mode because it hasn't worked as
intended for several years. When I noticed that it wasn't working, I first
started coding a fix, which is straightforward. But after looking into the
history, it seems pretty clear that this mode isn't being used, so I think it
makes more sense to remove it.

The code could be made a tiny bit simpler and more consistent if we change the
off mode error code from -EPERM to -ENOENT. That would make the off case and the
uninitialized case always the same. The documentation for the off mode
specifically says that the error code is -EPERM however, so I stuck with that
for now.

Thanks!

Aaron Thompson (2):
  debugfs: Remove redundant access mode checks
  debugfs: Remove broken no-mount mode

 .../admin-guide/kernel-parameters.txt         |  6 +---
 fs/debugfs/inode.c                            | 36 ++++++-------------
 fs/debugfs/internal.h                         | 13 -------
 lib/Kconfig.debug                             |  9 +----
 4 files changed, 13 insertions(+), 51 deletions(-)


base-commit: 6a23ae0a96a600d1d12557add110e0bb6e32730c
-- 
2.47.3