Commit 148fc2a
f2fs_io: fix format mismatch for ino_t
The ino_t type can be defined as either 'unsigned long' or
'unsigned long long'.
Signed-off-by: Daniel Lee <chullee@google.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>1 parent 8cff69c commit 148fc2a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2329 | 2329 | | |
2330 | 2330 | | |
2331 | 2331 | | |
2332 | | - | |
2333 | | - | |
| 2332 | + | |
| 2333 | + | |
2334 | 2334 | | |
2335 | 2335 | | |
2336 | 2336 | | |
| |||
0 commit comments