diff options
Diffstat (limited to 'drivers/xen/xenfs/super.c')
| -rw-r--r-- | drivers/xen/xenfs/super.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/xenfs/super.c b/drivers/xen/xenfs/super.c index 78bfab0700b..bd96340063c 100644 --- a/drivers/xen/xenfs/super.c +++ b/drivers/xen/xenfs/super.c @@ -35,6 +35,7 @@ static ssize_t capabilities_read(struct file *file, char __user *buf,  static const struct file_operations capabilities_file_ops = {  	.read = capabilities_read, +	.llseek = default_llseek,  };  static int xenfs_fill_super(struct super_block *sb, void *data, int silent)  |