From d81f9f5170058ecd46971cf46d5ad17116c9e5b1 Mon Sep 17 00:00:00 2001 From: Jessica Yu Date: Mon, 28 Jul 2014 06:33:15 -0700 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed