diff options
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/dlmfs/dlmfs.c | 1 | ||||
-rw-r--r-- | fs/ocfs2/stack_user.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/dlmfs/dlmfs.c b/fs/ocfs2/dlmfs/dlmfs.c index c2903b84bb7a..a7ebd9d42dc8 100644 --- a/fs/ocfs2/dlmfs/dlmfs.c +++ b/fs/ocfs2/dlmfs/dlmfs.c | |||
@@ -612,6 +612,7 @@ static const struct file_operations dlmfs_file_operations = { | |||
612 | .poll = dlmfs_file_poll, | 612 | .poll = dlmfs_file_poll, |
613 | .read = dlmfs_file_read, | 613 | .read = dlmfs_file_read, |
614 | .write = dlmfs_file_write, | 614 | .write = dlmfs_file_write, |
615 | .llseek = default_llseek, | ||
615 | }; | 616 | }; |
616 | 617 | ||
617 | static const struct inode_operations dlmfs_dir_inode_operations = { | 618 | static const struct inode_operations dlmfs_dir_inode_operations = { |
diff --git a/fs/ocfs2/stack_user.c b/fs/ocfs2/stack_user.c index 2dc57bca0688..0dbc6dae1de8 100644 --- a/fs/ocfs2/stack_user.c +++ b/fs/ocfs2/stack_user.c | |||
@@ -628,6 +628,7 @@ static const struct file_operations ocfs2_control_fops = { | |||
628 | .read = ocfs2_control_read, | 628 | .read = ocfs2_control_read, |
629 | .write = ocfs2_control_write, | 629 | .write = ocfs2_control_write, |
630 | .owner = THIS_MODULE, | 630 | .owner = THIS_MODULE, |
631 | .llseek = default_llseek, | ||
631 | }; | 632 | }; |
632 | 633 | ||
633 | static struct miscdevice ocfs2_control_device = { | 634 | static struct miscdevice ocfs2_control_device = { |