aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hugetlbfs')
-rw-r--r--fs/hugetlbfs/inode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/hugetlbfs/inode.c b/fs/hugetlbfs/inode.c
index 5291c14ee6b8..8c2dad629e7c 100644
--- a/fs/hugetlbfs/inode.c
+++ b/fs/hugetlbfs/inode.c
@@ -696,7 +696,6 @@ static void init_once(void *foo)
696} 696}
697 697
698const struct file_operations hugetlbfs_file_operations = { 698const struct file_operations hugetlbfs_file_operations = {
699 .read = new_sync_read,
700 .read_iter = hugetlbfs_read_iter, 699 .read_iter = hugetlbfs_read_iter,
701 .mmap = hugetlbfs_file_mmap, 700 .mmap = hugetlbfs_file_mmap,
702 .fsync = noop_fsync, 701 .fsync = noop_fsync,