aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm
diff options
context:
space:
mode:
Diffstat (limited to 'fs/dlm')
-rw-r--r--fs/dlm/debug_fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/debug_fs.c b/fs/dlm/debug_fs.c
index 516f6c9ee4d5..8f471d9a9e3a 100644
--- a/fs/dlm/debug_fs.c
+++ b/fs/dlm/debug_fs.c
@@ -301,7 +301,7 @@ static struct file_operations rsb_fops = {
301 301
302static int waiters_open(struct inode *inode, struct file *file) 302static int waiters_open(struct inode *inode, struct file *file)
303{ 303{
304 file->private_data = inode->i_private; 304 file->private_data = inode->u.generic_ip;
305 return 0; 305 return 0;
306} 306}
307 307