commit | 32de67569059d22b02dd9323a40220d953642b7e | [log] [tgz] |
---|---|---|
author | Yongqiang Yang <xiaoqiangnk@gmail.com> | Tue Nov 01 18:56:41 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Nov 01 18:56:41 2011 -0400 |
tree | 0b63dbf315ad042ac01dfaf5acb89110f55ad1e9 | |
parent | ff3fc1736f1967b59801ab2cf6409fc6c8556b0a [diff] |
ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabled This patch fixes a syntax error which omits a comma. Besides this, logical block number is unsigend 32 bits, so printk should use %u instead %d. Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>