]> git.baikalelectronics.ru Git - kernel.git/commit
drbd: use proc_create_data with explicit NULL argument
authorLars Ellenberg <lars.ellenberg@linbit.com>
Thu, 11 Mar 2010 15:47:58 +0000 (16:47 +0100)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Mon, 17 May 2010 22:59:00 +0000 (00:59 +0200)
commitcdd6bfb1a578854e59c41753fd19845b8248896f
treed55a77ac40da505e199437d81a5f7344ad7c824b
parent45cb5b96e5b52a3a17a4cab60cbcad867beaa219
drbd: use proc_create_data with explicit NULL argument

To document that we know about deprecation of proc_create,
even though we are not affected, as we don't use the ->data member,
open code proc_create_data(..., NULL);

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
drivers/block/drbd/drbd_main.c