diff options
Diffstat (limited to 'fs/configfs/file.c')
-rw-r--r-- | fs/configfs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/configfs/file.c b/fs/configfs/file.c index 3921920d8716..f499803743e0 100644 --- a/fs/configfs/file.c +++ b/fs/configfs/file.c | |||
@@ -322,7 +322,7 @@ static int configfs_release(struct inode * inode, struct file * filp) | |||
322 | return 0; | 322 | return 0; |
323 | } | 323 | } |
324 | 324 | ||
325 | struct file_operations configfs_file_operations = { | 325 | const struct file_operations configfs_file_operations = { |
326 | .read = configfs_read_file, | 326 | .read = configfs_read_file, |
327 | .write = configfs_write_file, | 327 | .write = configfs_write_file, |
328 | .llseek = generic_file_llseek, | 328 | .llseek = generic_file_llseek, |