diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-02-17 13:13:42 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-02-17 13:13:42 -0500 |
commit | 405ae7d381302468ecc803f2148a2ae40a04c999 (patch) | |
tree | 7b1915220ae6595a28755fbbb32ee95d233a3da9 /fs/lockd | |
parent | ca820181fc187af316a18b2700582663662c4012 (diff) |
Replace remaining references to "driverfs" with "sysfs".
Globally, s/driverfs/sysfs/g.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'fs/lockd')
-rw-r--r-- | fs/lockd/svc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/lockd/svc.c b/fs/lockd/svc.c index 50cb8daba4e5..126b1bf02c0e 100644 --- a/fs/lockd/svc.c +++ b/fs/lockd/svc.c | |||
@@ -440,7 +440,7 @@ static ctl_table nlm_sysctl_root[] = { | |||
440 | }; | 440 | }; |
441 | 441 | ||
442 | /* | 442 | /* |
443 | * Module (and driverfs) parameters. | 443 | * Module (and sysfs) parameters. |
444 | */ | 444 | */ |
445 | 445 | ||
446 | #define param_set_min_max(name, type, which_strtol, min, max) \ | 446 | #define param_set_min_max(name, type, which_strtol, min, max) \ |