From e6e4be4ecd431c3d51842a8ce48f75fc678bf2c1 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Wed, 26 Jul 2006 15:31:15 -0400 Subject: [PATCH] --- yaml --- r: 38766 b: refs/heads/master c: ae4a382004fc6cf229c51deaf69910410d313e0b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/dlm/debug_fs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }