commit | 8553cf4f360d6fc4913a0bdd3b22dd7b5bb9a3be | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Thu Sep 13 16:29:01 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Oct 12 11:54:39 2007 -0700 |
tree | 705bedbd5dcaf12e1ed8bb3c3f6fc8f9bd828477 | |
parent | 38760e243249f03b4c6d78ca624dd846a2681b67 [diff] |
ocfs2: Cleanup dirent size check The check to see if a new dirent would fit in an old one is pretty ugly, and it's done at least twice. Clean things up by putting this in it's own easier-to-read function. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com> Reviewed-by: Joel Becker <joel.becker@oracle.com>