commit | 4a12ca3a00a244e1fd1e673d151ea38b71e11d55 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@suse.com> | Wed Nov 12 15:43:34 2008 -0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Fri Apr 03 11:39:15 2009 -0700 |
tree | 84e30310a7d93ead9910f761e19d3fe73c5861b3 | |
parent | 59b526a30722f29e5dba6210a6e0fc34e3149b94 [diff] |
ocfs2: Introduce dir lookup helper struct Many directory manipulation calls pass around a tuple of dirent, and it's containing buffer_head. Dir indexing has a bit more state, but instead of adding yet more arguments to functions, we introduce 'struct ocfs2_dir_lookup_result'. In this patch, it simply holds the same tuple, but future patches will add more state. Signed-off-by: Mark Fasheh <mfasheh@suse.com> Acked-by: Joel Becker <joel.becker@oracle.com>