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-- 284 bytes
tp-samples-trace.h -rw-r--r-- 323 bytes
tracepoint-probe-sample.c -rw-r--r-- 1.3 KB
tracepoint-probe-sample2.c -rw-r--r-- 927 bytes
tracepoint-sample.c -rw-r--r-- 1.2 KB

back to top