diff options
Diffstat (limited to 'fs/dlm/user.c')
| -rw-r--r-- | fs/dlm/user.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/dlm/user.c b/fs/dlm/user.c index b6272853130c..66d6c16bf440 100644 --- a/fs/dlm/user.c +++ b/fs/dlm/user.c | |||
| @@ -1009,6 +1009,7 @@ static const struct file_operations device_fops = { | |||
| 1009 | .write = device_write, | 1009 | .write = device_write, |
| 1010 | .poll = device_poll, | 1010 | .poll = device_poll, |
| 1011 | .owner = THIS_MODULE, | 1011 | .owner = THIS_MODULE, |
| 1012 | .llseek = noop_llseek, | ||
| 1012 | }; | 1013 | }; |
| 1013 | 1014 | ||
| 1014 | static const struct file_operations ctl_device_fops = { | 1015 | static const struct file_operations ctl_device_fops = { |
| @@ -1017,6 +1018,7 @@ static const struct file_operations ctl_device_fops = { | |||
| 1017 | .read = device_read, | 1018 | .read = device_read, |
| 1018 | .write = device_write, | 1019 | .write = device_write, |
| 1019 | .owner = THIS_MODULE, | 1020 | .owner = THIS_MODULE, |
| 1021 | .llseek = noop_llseek, | ||
| 1020 | }; | 1022 | }; |
| 1021 | 1023 | ||
| 1022 | static struct miscdevice ctl_device = { | 1024 | static struct miscdevice ctl_device = { |
| @@ -1029,6 +1031,7 @@ static const struct file_operations monitor_device_fops = { | |||
| 1029 | .open = monitor_device_open, | 1031 | .open = monitor_device_open, |
| 1030 | .release = monitor_device_close, | 1032 | .release = monitor_device_close, |
| 1031 | .owner = THIS_MODULE, | 1033 | .owner = THIS_MODULE, |
| 1034 | .llseek = noop_llseek, | ||
| 1032 | }; | 1035 | }; |
| 1033 | 1036 | ||
| 1034 | static struct miscdevice monitor_device = { | 1037 | static struct miscdevice monitor_device = { |
