diff options
Diffstat (limited to 'fs/ocfs2/stack_user.c')
-rw-r--r-- | fs/ocfs2/stack_user.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |