vfs: add seq_file_path() helper
[deliverable/linux.git] / drivers / md / bitmap.c
index dda33d64835445885e3af474e27dcbae55a72b27..3813fdfee4beed18466b96732f6e9a5f2489c7dc 100644 (file)
@@ -1922,7 +1922,7 @@ void bitmap_status(struct seq_file *seq, struct bitmap *bitmap)
                   chunk_kb ? "KB" : "B");
        if (bitmap->storage.file) {
                seq_printf(seq, ", file: ");
-               seq_path(seq, &bitmap->storage.file->f_path, " \t\n");
+               seq_file_path(seq, bitmap->storage.file, " \t\n");
        }
 
        seq_printf(seq, "\n");
This page took 0.358789 seconds and 5 git commands to generate.