GFS2: fsck.gfs2 finds unlinked inodes on full file systems
----- Original Message -----
| One further thought... since the struct inode exists by the stage we
| hit
| those error cases, it should be deallocated when it gets iput() in
| the
| error case. So I wonder why thats not happened... perhaps i_nlink is
| not
| zero at that time?
|
| Steve.
Hi,
Good catch, Steve. I withdraw my previous patch because it's not needed
upstream. The bug that I was trying to solve was already solved in
upstream by another patch. So NACK to my patch; I'll use the upstream
patch instead.