diff options
Diffstat (limited to 'fs/dlm/debug_fs.c')
| -rw-r--r-- | fs/dlm/debug_fs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/dlm/debug_fs.c b/fs/dlm/debug_fs.c index c6cf25158746..6b42ba807dfd 100644 --- a/fs/dlm/debug_fs.c +++ b/fs/dlm/debug_fs.c | |||
| @@ -643,7 +643,8 @@ static ssize_t waiters_read(struct file *file, char __user *userbuf, | |||
| 643 | static const struct file_operations waiters_fops = { | 643 | static const struct file_operations waiters_fops = { |
| 644 | .owner = THIS_MODULE, | 644 | .owner = THIS_MODULE, |
| 645 | .open = waiters_open, | 645 | .open = waiters_open, |
| 646 | .read = waiters_read | 646 | .read = waiters_read, |
| 647 | .llseek = default_llseek, | ||
| 647 | }; | 648 | }; |
| 648 | 649 | ||
| 649 | void dlm_delete_debug_file(struct dlm_ls *ls) | 650 | void dlm_delete_debug_file(struct dlm_ls *ls) |
