]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lockd: Remove lockd/debug.h
authorChuck Lever <chuck.lever@oracle.com>
Wed, 28 Jan 2026 15:19:31 +0000 (10:19 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 30 Mar 2026 01:25:09 +0000 (21:25 -0400)
commit236f3171ac690f632e13d391f47c68c3a8519bd2
treee7a11cb5b615c343e4d7391fd0385f5d1236b1a4
parent2c562c6e6715619ce34bb37d8a0a5e40fdcc7a44
lockd: Remove lockd/debug.h

The lockd include structure has unnecessary indirection. The header
include/linux/lockd/debug.h is consumed only by fs/lockd/lockd.h,
creating an extra compilation dependency and making the code harder
to navigate.

Fold the debug.h definitions directly into lockd.h and remove the
now-redundant header. This reduces the include tree depth and makes
the debug-related definitions easier to find when working on lockd
internals.

Build-tested with lockd built as module and built-in.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/lockd/lockd.h
include/linux/lockd/debug.h [deleted file]