commit | a00b7745c6e68ee89a123cd81e1dbc52fb55868e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jul 13 13:43:48 2011 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed Jul 13 13:43:48 2011 +0200 |
tree | 9a58811ca53f674ca479ef088d1caa7f572ba43d | |
parent | 5792664070c62479b088e4909000582de3686396 [diff] |
xfs: cleanup struct xfs_dir2_free Change the bests array to be a proper variable sized entry. This is done easily as no one relies on the size of the structure. Also change XFS_DIR2_MAX_FREE_BESTS to an inline function while we're at it. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Alex Elder <aelder@sgi.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>