mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
ce40fa78ef
Fix up the following scripted S_ISDIR/S_ISREG/S_ISLNK conversions (or lack thereof) in cachefiles: (1) Cachefiles mostly wants to use d_can_lookup() rather than d_is_dir() as it doesn't want to deal with automounts in its cache. (2) Coccinelle didn't find S_IS* expressions in ASSERT() statements in cachefiles. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> |
||
---|---|---|
.. | ||
bind.c | ||
daemon.c | ||
interface.c | ||
internal.h | ||
Kconfig | ||
key.c | ||
main.c | ||
Makefile | ||
namei.c | ||
proc.c | ||
rdwr.c | ||
security.c | ||
xattr.c |