]> asedeno.scripts.mit.edu Git - linux.git/commit
Staging: lustre: linux-module: add const modifier to file_operations
authorJessica Yu <jyu@cowsay.org>
Mon, 28 Jul 2014 13:33:15 +0000 (06:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Jul 2014 23:56:42 +0000 (16:56 -0700)
commitd81f9f5170058ecd46971cf46d5ad17116c9e5b1
tree0b1867c830a91abf19ee0309ddc44bbb6d6f1ac4
parent18e2e99b8c786d1def543bd53063567d5cedd3d1
Staging: lustre: linux-module: add const modifier to file_operations

Add the const modifier to the file_operations struct, since it is
normally const.

Signed-off-by: Jessica Yu <jyu@cowsay.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/linux/linux-module.c