OSDN Git Service

staging/lustre/obdclass: use static const for seq_operations
authorFabian Frederick <fabf@skynet.be>
Mon, 30 Jun 2014 18:31:26 +0000 (20:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Jul 2014 23:48:03 +0000 (16:48 -0700)
commitfd6f578822fdc2ecd74f4f51550c1144a3c9c613
treec2a6fb93a77d231ca87e87579a564f2e6536c8f5
parente5873388e2fe04aca439a44ae00ccfeb8536fc37
staging/lustre/obdclass: use static const for seq_operations

lprocfs_stats_seq_sops is only used in static int lprocfs_stats_seq_open
with seq_open as const struct seq_operations *

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Peng Tao <bergwolf@gmail.com>
Cc: devel@driverdev.osuosl.org
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/lprocfs_status.c