commit | b93b6e434c046459cf3111c76dce46ba4abcb2b6 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Feb 04 09:33:58 2009 +0100 |
committer | Christoph Hellwig <hch@brick.lst.de> | Wed Feb 04 09:33:58 2009 +0100 |
tree | 04277a4f1bae95d38ea775623db3aaac72d56f26 | |
parent | f9057e3da79d18fdbd9d6adbb183f032c614feeb [diff] |
xfs: make sure to free the real-time inodes in the mount error path When mount fails after allocating the real-time inodes we currently leak them. Add a new helper to free the real-time inodes which can be used by both the mount and unmount path. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Felix Blyakher <felixb@sgi.com>