GFS2: use depends instead of select in kconfig
authorBenjamin Poirier <bpoirier@suse.de>
Fri, 23 Mar 2012 22:06:18 +0000 (18:06 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 26 Mar 2012 08:18:02 +0000 (09:18 +0100)
Avoids having to duplicate the dependencies of what is 'select'ed (and on
down...)

Those dependencies are currently incomplete, leading to broken builds with
GFS2_FS_LOCKING_DLM=y and IP_SCTP=n.

Signed-off-by: Benjamin Poirier <bpoirier@suse.de>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found