mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 18:11:56 +00:00
e3b9fc7eec
The '#ifdef MODULE' check in the original commit does not work as intended.
The code under the check is not built at all if CONFIG_DEBUG_FS=y. Fix this
by using a correct check.
Fixes:
|
||
---|---|---|
.. | ||
file.c | ||
inode.c | ||
internal.h | ||
Makefile |