2013-08-06 01:23:03

by jon ernst

[permalink] [raw]
Subject: [ext4] found a minor typo in ext4/ialloc.c

Hi Ted,

Found a minor typo on "dev" branch. commit 4a8603 "ext4: avoid reusing
recently deleted inodes in no journal mode"

line 792 goto net_inode; should be goto next_ino;
it prevents compiling.

Best,
P.S. thanks for answering my question regarding debug tools.

Jon