From: Mark Fasheh Date: Wed, 12 Nov 2008 23:43:34 +0000 (-0800) Subject: ocfs2: Introduce dir lookup helper struct X-Git-Tag: v2.6.30-rc1~224^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a12ca3a00a244e1fd1e673d151ea38b71e11d55;p=pandora-kernel.git 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 Acked-by: Joel Becker --- Reading git-diff-tree failed