commit | de14c5f541e78c59006bee56f6c5c2ef1ca07272 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Thu Feb 02 15:14:00 2017 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Feb 02 15:14:00 2017 -0800 |
tree | bb3cbd2ae2bf61bbe5c56098587bb01a36407da4 | |
parent | b3bf607d58520ea8c0666aeb4be60dbb724cd3a2 [diff] |
xfs: verify free block header fields Perform basic sanity checking of the directory free block header fields so that we avoid hanging the system on invalid data. (Granted that just means that now we shutdown on directory write, but that seems better than hanging...) Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>