Revision 2eae7a1874ca5be3232765d89e0250a449f1bc90 authored by Christoph Hellwig on 08 April 2009, 20:34:03 UTC, committed by Al Viro on 21 April 2009, 03:02:52 UTC
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>
1 parent 0112fc2
History
File Mode Size
Makefile -rw-r--r-- 384 bytes
compat.c -rw-r--r-- 17.0 KB
compat_mq.c -rw-r--r-- 4.0 KB
ipc_sysctl.c -rw-r--r-- 6.9 KB
ipcns_notifier.c -rw-r--r-- 2.2 KB
mq_sysctl.c -rw-r--r-- 2.8 KB
mqueue.c -rw-r--r-- 30.6 KB
msg.c -rw-r--r-- 20.8 KB
msgutil.c -rw-r--r-- 2.8 KB
namespace.c -rw-r--r-- 3.4 KB
sem.c -rw-r--r-- 33.9 KB
shm.c -rw-r--r-- 25.7 KB
util.c -rw-r--r-- 22.9 KB
util.h -rw-r--r-- 5.1 KB

back to top