[PATCH] reiserfs: fmt bugfix
[deliverable/linux.git] / fs / reiserfs / file.c
index c093642fb983b4627e94793b3268cde7c9d4c308..ac14318c81ba71eaf944e120c26f4b9630d16b0e 100644 (file)
@@ -2,7 +2,6 @@
  * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README
  */
 
-#include <linux/config.h>
 #include <linux/time.h>
 #include <linux/reiserfs_fs.h>
 #include <linux/reiserfs_acl.h>
@@ -75,7 +74,8 @@ static int reiserfs_file_release(struct inode *inode, struct file *filp)
                        igrab(inode);
                        reiserfs_warning(inode->i_sb,
                                         "pinning inode %lu because the "
-                                        "preallocation can't be freed");
+                                        "preallocation can't be freed",
+                                        inode->i_ino);
                        goto out;
                }
        }
This page took 0.026147 seconds and 5 git commands to generate.