diff options
Diffstat (limited to 'fs/btrfs/super.c')
| -rw-r--r-- | fs/btrfs/super.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 1776dbd8dc9..144f8a5730f 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c @@ -815,6 +815,7 @@ static const struct file_operations btrfs_ctl_fops = {  	.unlocked_ioctl	 = btrfs_control_ioctl,  	.compat_ioctl = btrfs_control_ioctl,  	.owner	 = THIS_MODULE, +	.llseek = noop_llseek,  };  static struct miscdevice btrfs_misc = {  |