[PATCH] reiserfs: fmt bugfix
[deliverable/linux.git] / fs / reiserfs / file.c
index b67ce93540485af0762014f7c9213bfed390aabe..ac14318c81ba71eaf944e120c26f4b9630d16b0e 100644 (file)
@@ -74,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.02568 seconds and 5 git commands to generate.