From: Pavel Emelyanov Date: Thu, 7 Feb 2008 08:13:19 +0000 (-0800) Subject: gfs2: make gfs2_holder.gh_owner_pid be a struct pid * X-Git-Tag: v2.6.25-rc1~510 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1e058da50f7938e9c9e963e978b0730bba4ad32;p=pandora-kernel.git gfs2: make gfs2_holder.gh_owner_pid be a struct pid * The gl_owner_pid field is used to get the holder task by its pid and check whether the current is a holder, so make it in a proper manner, i.e. via the struct pid * manipulations. Signed-off-by: Pavel Emelyanov Cc: "Eric W. Biederman" Acked-by: Steven Whitehouse Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed