diff --git a/[refs] b/[refs] index 898636c55dfd..a74a928bc049 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 20abf975f75d6fb45d8c055d30cdcb112ca8b608 +refs/heads/master: ae4a382004fc6cf229c51deaf69910410d313e0b diff --git a/trunk/fs/dlm/debug_fs.c b/trunk/fs/dlm/debug_fs.c index 516f6c9ee4d5..8f471d9a9e3a 100644 --- a/trunk/fs/dlm/debug_fs.c +++ b/trunk/fs/dlm/debug_fs.c @@ -301,7 +301,7 @@ static struct file_operations rsb_fops = { static int waiters_open(struct inode *inode, struct file *file) { - file->private_data = inode->i_private; + file->private_data = inode->u.generic_ip; return 0; }