ext4: format flag in dx_probe()
authorZheng Liu <[email protected]>
Tue, 21 Feb 2012 04:09:36 +0000 (23:09 -0500)
committerTheodore Ts'o <[email protected]>
Tue, 21 Feb 2012 04:09:36 +0000 (23:09 -0500)
Fix ext4_warning format flag in dx_probe().

CC: "Theodore Ts'o" <[email protected]>
Signed-off-by: Zheng Liu <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
fs/ext4/namei.c

index 2043f482375d000c517093f844ed2ce873802a0e..349d7b3671c863ce1565a5d2a184c6bbdafbf6e3 100644 (file)
@@ -468,7 +468,7 @@ fail2:
 fail:
        if (*err == ERR_BAD_DX_DIR)
                ext4_warning(dir->i_sb,
-                            "Corrupt dir inode %ld, running e2fsck is "
+                            "Corrupt dir inode %lu, running e2fsck is "
                             "recommended.", dir->i_ino);
        return NULL;
 }