assorted conversions to %p[dD]
[deliverable/linux.git] / arch / x86 / ia32 / ia32_aout.c
index df91466f973de7d568fe93b3ba64fb625ffc8e05..ae6aad1d24f79e37a16a022cdb4cf72597f67b71 100644 (file)
@@ -342,8 +342,8 @@ static int load_aout_binary(struct linux_binprm *bprm)
                            time_after(jiffies, error_time + 5*HZ)) {
                        printk(KERN_WARNING
                               "fd_offset is not page aligned. Please convert "
-                              "program: %s\n",
-                              bprm->file->f_path.dentry->d_name.name);
+                              "program: %pD\n",
+                              bprm->file);
                        error_time = jiffies;
                }
 #endif
@@ -429,8 +429,8 @@ static int load_aout_library(struct file *file)
                if (time_after(jiffies, error_time + 5*HZ)) {
                        printk(KERN_WARNING
                               "N_TXTOFF is not page aligned. Please convert "
-                              "library: %s\n",
-                              file->f_path.dentry->d_name.name);
+                              "library: %pD\n",
+                              file);
                        error_time = jiffies;
                }
 #endif
This page took 0.028953 seconds and 5 git commands to generate.