]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit97cc008aaa8c1f02699b478ca890e81810244131
tree2eeb3e74fe584a9bf3fb186fc4b5e3f63b87d3aa
parentc1ac539ed43f273cd4d92bf7350ffd783b920184
GFS2: use depends instead of select in kconfig

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>
fs/gfs2/Kconfig