Searched hist:"885166 c03c1d0ea6d79d707229340e3161ed1316" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | checkpoint.c | diff 885166c03c1d0ea6d79d707229340e3161ed1316 Tue Sep 24 09:35:40 CDT 2013 Russ W. Knize <russ@knizefamily.net> f2fs: don't let the orphan inode counter underflow
Accounting errors from buggy code calling the acquire/release/remove orphan inode interfaces can cause n_orphans to underflow, which will then cause acquire_orphan_inode() to return -ENOSPC on the next operation. This commit guards against that condition.
Signed-off-by: Russ Knize <rknize@motorola.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|