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