diff options
author | Josef Sipek <jsipek@fsl.cs.sunysb.edu> | 2006-12-08 11:37:19 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 17:28:47 +0100 |
commit | c649bb9c55e78dcff0e1383c13d91e0bfc2abb4a (patch) | |
tree | 2db97a161e909c22840d72ac15704b56b09a9094 /drivers/md/dm-mpath.c | |
parent | [PATCH] struct path: convert lockd (diff) | |
download | linux-c649bb9c55e78dcff0e1383c13d91e0bfc2abb4a.tar.xz linux-c649bb9c55e78dcff0e1383c13d91e0bfc2abb4a.zip |
[PATCH] struct path: convert md
Signed-off-by: Josef Sipek <jsipek@fsl.cs.sunysb.edu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/md/dm-mpath.c')
-rw-r--r-- | drivers/md/dm-mpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-mpath.c b/drivers/md/dm-mpath.c index e9dfe2c98059..dda4109292bc 100644 --- a/drivers/md/dm-mpath.c +++ b/drivers/md/dm-mpath.c @@ -1272,7 +1272,7 @@ static int multipath_ioctl(struct dm_target *ti, struct inode *inode, struct dentry fake_dentry = {}; int r = 0; - fake_file.f_dentry = &fake_dentry; + fake_file.f_path.dentry = &fake_dentry; spin_lock_irqsave(&m->lock, flags); |