aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/md.c')
-rw-r--r--drivers/md/md.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c
index 3ce7a5d81d81..53bd46dba0cb 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -4846,8 +4846,8 @@ static int md_seq_show(struct seq_file *seq, void *v)
4846 chunk_kb ? "KB" : "B"); 4846 chunk_kb ? "KB" : "B");
4847 if (bitmap->file) { 4847 if (bitmap->file) {
4848 seq_printf(seq, ", file: "); 4848 seq_printf(seq, ", file: ");
4849 seq_path(seq, bitmap->file->f_vfsmnt, 4849 seq_path(seq, bitmap->file->f_path.mnt,
4850 bitmap->file->f_dentry," \t\n"); 4850 bitmap->file->f_path.dentry," \t\n");
4851 } 4851 }
4852 4852
4853 seq_printf(seq, "\n"); 4853 seq_printf(seq, "\n");