diff options
author | Zheng Liu <gnehzuil.liu@gmail.com> | 2012-02-20 23:09:36 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2012-02-20 23:09:36 -0500 |
commit | 9ee4930259abf3641ae85c19498eabe97cf6abad (patch) | |
tree | 3c1042a8b41741811ee320beb6b18233660dcc6f | |
parent | c1bb05a657fb3d8c6179a4ef7980261fae4521d7 (diff) |
ext4: format flag in dx_probe()
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>
-rw-r--r-- | fs/ext4/namei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c index 2043f482375..349d7b3671c 100644 --- a/fs/ext4/namei.c +++ b/fs/ext4/namei.c @@ -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; } |