summaryrefslogtreecommitdiffstats
path: root/fs/efs
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-02 23:44:02 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-02 23:44:02 +0000
commitf9897f7bb0c2d0fbb916db256a9d9b00a4fcc06c (patch)
tree47581ef647991168f1577a0c4097863cd6f1eebe /fs/efs
parentad1267dce7d02ffdcefd1e50ea13b01ef11e959d (diff)
More compilation fixes.
Diffstat (limited to 'fs/efs')
-rw-r--r--fs/efs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/efs/inode.c b/fs/efs/inode.c
index e8f38294d..7928e45b4 100644
--- a/fs/efs/inode.c
+++ b/fs/efs/inode.c
@@ -408,7 +408,7 @@ void efs_read_inode(struct inode *in)
The address of the extends-block is stored in the inode */
if(numext>EFS_MAX_EXTENTS) {
struct buffer_head *bh2;
- printk("EFS: inode %#Xl has > EFS_MAX_EXTENTS (%ld)\n",
+ printk("EFS: inode #%lx has > EFS_MAX_EXTENTS (%d)\n",
in->i_ino, numext);
/* Store the discblock and offset of extend-list in Inode info */