From: Christoph Hellwig Date: Wed, 8 Apr 2009 20:34:03 +0000 (-0400) Subject: kill vfs_stat_fd / vfs_lstat_fd X-Git-Tag: v2.6.30-rc3~35^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eae7a1874ca5be3232765d89e0250a449f1bc90;p=pandora-kernel.git kill vfs_stat_fd / vfs_lstat_fd There's really no reason to keep vfs_stat_fd and vfs_lstat_fd with Oleg's vfs_fstatat. Use vfs_fstatat for the few cases having the directory fd, and switch all others to vfs_stat / vfs_lstat. Reviewed-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed