llseek: automatically add .llseek fop
[deliverable/linux.git] / fs / ocfs2 / stack_user.c
index 2dc57bca0688165366364d88448d1e884ef6dd9f..0dbc6dae1de83d043e0d3c153a3c374134cbcf1d 100644 (file)
@@ -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 = {
This page took 0.024505 seconds and 5 git commands to generate.