commit | 3bdbfb104e53b367892cc9510e6722346dfb656b | [log] [tgz] |
---|---|---|
author | David Chinner <dgc@sgi.com> | Fri Sep 02 16:40:47 2005 +1000 |
committer | Nathan Scott <nathans@sgi.com> | Fri Sep 02 16:40:47 2005 +1000 |
tree | f4528809d197fc687a73b8152fab8356540455ba | |
parent | bcec2b7f2bf856bdf2a8780a57fe78417a513682 [diff] |
[XFS] Prevent the incore superblock sb_fdblocks count from leaking when we are getting ENOSPC errors on writes. When we fail to allocate space for indirect blocks in xfs_bmapi() make sure we release the direct block allocation before returning. SGI-PV: 938502 SGI-Modid: xfs-linux:xfs-kern:22986a Signed-off-by: David Chinner <dgc@sgi.com> Signed-off-by: Nathan Scott <nathans@sgi.com>