]> git.itanic.dy.fi Git - linux-stable/commit
kill vfs_stat_fd / vfs_lstat_fd
authorChristoph Hellwig <hch@infradead.org>
Wed, 8 Apr 2009 20:34:03 +0000 (16:34 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 21 Apr 2009 03:02:52 +0000 (23:02 -0400)
commit2eae7a1874ca5be3232765d89e0250a449f1bc90
tree571f62f170623b98ab7b673fb18ea1c2c2582604
parent0112fc2229847feb6c4eb011e6833d8f1742a375
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 <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/compat.c
fs/stat.c
include/linux/fs.h