diff options
Diffstat (limited to 'fs/hugetlbfs/inode.c')
| -rw-r--r-- | fs/hugetlbfs/inode.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hugetlbfs/inode.c b/fs/hugetlbfs/inode.c index a0bbd3d1b41..a4e9a7ec369 100644 --- a/fs/hugetlbfs/inode.c +++ b/fs/hugetlbfs/inode.c @@ -688,7 +688,7 @@ static void init_once(void *foo)  const struct file_operations hugetlbfs_file_operations = {  	.read			= hugetlbfs_read,  	.mmap			= hugetlbfs_file_mmap, -	.fsync			= simple_sync_file, +	.fsync			= noop_fsync,  	.get_unmapped_area	= hugetlb_get_unmapped_area,  };  |