[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

@@ -4846,8 +4846,8 @@ static int md_seq_show(struct seq_file *seq, void *v)
chunk_kb ? "KB" : "B");
if (bitmap->file) {
seq_printf(seq, ", file: ");
seq_path(seq, bitmap->file->f_vfsmnt,
bitmap->file->f_dentry," \t\n");
seq_path(seq, bitmap->file->f_path.mnt,
bitmap->file->f_path.dentry," \t\n");
}
seq_printf(seq, "\n");