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 0e68f542ef2e..252e7c82f929 100644 --- a/fs/ocfs2/stack_user.c +++ b/fs/ocfs2/stack_user.c | |||
@@ -625,6 +625,7 @@ static const struct file_operations ocfs2_control_fops = { | |||
625 | .read = ocfs2_control_read, | 625 | .read = ocfs2_control_read, |
626 | .write = ocfs2_control_write, | 626 | .write = ocfs2_control_write, |
627 | .owner = THIS_MODULE, | 627 | .owner = THIS_MODULE, |
628 | .llseek = default_llseek, | ||
628 | }; | 629 | }; |
629 | 630 | ||
630 | static struct miscdevice ocfs2_control_device = { | 631 | static struct miscdevice ocfs2_control_device = { |