]> wimlib.net Git - wimlib/commit
ntfs-3g_apply.c: Do not use i_visited
authorEric Biggers <ebiggers3@gmail.com>
Sun, 31 May 2015 15:43:49 +0000 (10:43 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 5 Jun 2015 03:45:35 +0000 (22:45 -0500)
commit26a90546f2a8ded51376d631e5a13f3d7a84f8dc
treee065ab800e8e07c6d53908d854a4a343b043c06c
parent241ac7fd624b980f1bfc34d830e6e5dbec1110b8
ntfs-3g_apply.c: Do not use i_visited

The number of inodes examined is limited by MAX_OPEN_FILES, and we can
make it faster in the common case by checking i_num_streams.
include/wimlib/inode.h
src/ntfs-3g_apply.c