]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/block/drbd/drbd_main.c
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)
commit8c484ee4910b36c9ac273ad1150261c6ebfc1ef7
treed55a77ac40da505e199437d81a5f7344ad7c824b
parent5547e8aac6f71505d621a612de2fca0dd988b439
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