aboutsummaryrefslogtreecommitdiffstats
path: root/fs/block_dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/block_dev.c')
-rw-r--r--fs/block_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/block_dev.c b/fs/block_dev.c
index 17c76182f389..af88c43043d5 100644
--- a/fs/block_dev.c
+++ b/fs/block_dev.c
@@ -1087,7 +1087,7 @@ struct address_space_operations def_blk_aops = {
1087 .direct_IO = blkdev_direct_IO, 1087 .direct_IO = blkdev_direct_IO,
1088}; 1088};
1089 1089
1090struct file_operations def_blk_fops = { 1090const struct file_operations def_blk_fops = {
1091 .open = blkdev_open, 1091 .open = blkdev_open,
1092 .release = blkdev_close, 1092 .release = blkdev_close,
1093 .llseek = block_llseek, 1093 .llseek = block_llseek,