[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:

committed by
Linus Torvalds

parent
225a719f79
commit
c649bb9c55
@@ -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");
|
||||
|
Reference in New Issue
Block a user