Whamcloud - gitweb
debugfs: fix building rdebugfs (with READ_ONLY define)
authorTheodore Ts'o <tytso@mit.edu>
Thu, 18 Jun 2020 01:43:37 +0000 (21:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 18 Jun 2020 01:43:37 +0000 (21:43 -0400)
commit6cdd4b9309fb7aad1746e7abab2afc756274dcbc
tree35a07c996ee903c1684735af966e6e3e14549357
parent6338a8467564c3a0a12e9fcb08bdd748d736ac2f
debugfs: fix building rdebugfs (with READ_ONLY define)

Fix bitrot for building a restricted version of debugfs, which does
not require read/write access to the file system, and which only
allows access to the file system metadata.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/debugfs.c
debugfs/debugfs.h
debugfs/util.c
debugfs/zap.c