aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/file.c')
-rw-r--r--fs/ocfs2/file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c
index 222f108ee454..ed1ffa70cc38 100644
--- a/fs/ocfs2/file.c
+++ b/fs/ocfs2/file.c
@@ -1822,7 +1822,6 @@ const struct inode_operations ocfs2_special_file_iops = {
1822const struct file_operations ocfs2_fops = { 1822const struct file_operations ocfs2_fops = {
1823 .read = do_sync_read, 1823 .read = do_sync_read,
1824 .write = do_sync_write, 1824 .write = do_sync_write,
1825 .sendfile = generic_file_sendfile,
1826 .mmap = ocfs2_mmap, 1825 .mmap = ocfs2_mmap,
1827 .fsync = ocfs2_sync_file, 1826 .fsync = ocfs2_sync_file,
1828 .release = ocfs2_file_release, 1827 .release = ocfs2_file_release,