diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2008-03-27 16:34:40 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2008-04-23 16:13:41 -0400 |
commit | 6ffd4be6336f9c3f1a10822099587544cd0a11d7 (patch) | |
tree | 19023c6f1f7237b5d99fcae95c49d0eabab89b92 /fs/namespace.c | |
parent | 03550fac06c4f0c39a1885d46015c28794413c82 (diff) |
NFSD: Use "depends on" for PROC_FS dependency
Recently, commit 440bcc59 added a reverse dependency to fs/Kconfig to
ensure that PROC_FS was enabled if NFSD_V4 was enabled.
There is a guideline in Documentation/kbuild/kconfig-language.txt that
states "In general use select only for non-visible symbols (no prompts
anywhere) and for symbols with no dependencies."
A quick grep around other Kconfig files reveals that no entry currently
uses "select PROC_FS" -- every one uses "depends on". Thus CONFIG_NFSD_V4
should use "depends on PROC_FS" as well.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/namespace.c')
0 files changed, 0 insertions, 0 deletions