diff options
Diffstat (limited to 'mm/memory.c')
-rw-r--r-- | mm/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c index 11b9ca176740..a84fbb772034 100644 --- a/mm/memory.c +++ b/mm/memory.c | |||
@@ -3726,7 +3726,7 @@ void print_vma_addr(char *prefix, unsigned long ip) | |||
3726 | if (buf) { | 3726 | if (buf) { |
3727 | char *p; | 3727 | char *p; |
3728 | 3728 | ||
3729 | p = d_path(&f->f_path, buf, PAGE_SIZE); | 3729 | p = file_path(f, buf, PAGE_SIZE); |
3730 | if (IS_ERR(p)) | 3730 | if (IS_ERR(p)) |
3731 | p = "?"; | 3731 | p = "?"; |
3732 | printk("%s%s[%lx+%lx]", prefix, kbasename(p), | 3732 | printk("%s%s[%lx+%lx]", prefix, kbasename(p), |