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 0e68f542ef2..252e7c82f92 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 = {  	.read    = ocfs2_control_read,  	.write   = ocfs2_control_write,  	.owner   = THIS_MODULE, +	.llseek  = default_llseek,  };  static struct miscdevice ocfs2_control_device = {  |