[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>
This commit is contained in:
Josef Sipek
2006-12-08 02:37:19 -08:00
committed by Linus Torvalds
parent 225a719f79
commit c649bb9c55
4 changed files with 8 additions and 8 deletions

View File

@@ -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);