From: Oleg Nesterov Date: Sun, 17 Mar 2013 17:54:44 +0000 (+0100) Subject: uprobes: Use file_inode() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~119^2~9^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f281769e81b49840f1857f6dfac049350e678350;p=pandora-kernel.git uprobes: Use file_inode() Cleanup. Now that we have f_inode/file_inode() we can use it instead of vm_file->f_mapping->host. This should not make any difference for uprobes, but in theory this change is more correct. We use this inode as a key, to compare it with uprobe->inode set by uprobe_register(inode), and the caller uses d_inode. Signed-off-by: Oleg Nesterov Acked-by: Srikar Dronamraju --- Reading git-diff-tree failed