diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-01-25 18:42:39 -0800 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2007-02-05 13:38:05 -0500 |
commit | 67f55897ee5ffa16ca00ed39d176dc52b5066679 (patch) | |
tree | 5660a77dce80c07d90f677febc8bbb7e9b12fe29 /fs/sysv | |
parent | ee32e4f3d347e4b562de0bd70be99e622d7d1a9f (diff) |
[GFS2/DLM] use sysfs
With CONFIG_DLM=m, CONFIG_PROC_FS=n, and CONFIG_SYSFS=n, kernel build
fails with:
WARNING: "kernel_subsys" [fs/gfs2/locking/dlm/lock_dlm.ko] undefined!
WARNING: "kernel_subsys" [fs/dlm/dlm.ko] undefined!
WARNING: "kernel_subsys" [fs/configfs/configfs.ko] undefined!
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2
Since fs/dlm/lockspace.c and fs/gfs2/locking/dlm/sysfs.c use
kernel_subsys, they should either DEPEND on it or SELECT it.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/sysv')
0 files changed, 0 insertions, 0 deletions