From: Dave Chinner Date: Thu, 24 Jun 2010 01:15:47 +0000 (+1000) Subject: xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTED X-Git-Tag: v2.6.35-rc4~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1920779e67cbf5ea8afef317777c5bf2b8096188;p=pandora-kernel.git xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTED Inode numbers may come from somewhere external to the filesystem (e.g. file handles, bulkstat information) and so are inherently untrusted. Rename the flag we use for these lookups to make it obvious we are doing a lookup of an untrusted inode number and need to verify it completely before trying to read it from disk. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed