Skip to content

Commit

Permalink
ext4: format flag in dx_probe()
Browse files Browse the repository at this point in the history
Fix ext4_warning format flag in dx_probe().

CC: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
  • Loading branch information
Zheng Liu authored and Theodore Ts'o committed Feb 21, 2012
1 parent c1bb05a commit 9ee4930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext4/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ dx_probe(const struct qstr *d_name, struct inode *dir,
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;
}
Expand Down

0 comments on commit 9ee4930

Please sign in to comment.