[PATCH] Use lstat() instead of stat() in sysfs lookup
authorJens Axboe <axboe@suse.de>
Mon, 17 Jul 2006 16:15:41 +0000 (18:15 +0200)
committerJens Axboe <axboe@suse.de>
Mon, 17 Jul 2006 16:15:41 +0000 (18:15 +0200)
commit3307d653f9cfc05b9c02e4cda91e6b45444dc1b0
treeaec8438eb781be9c164fa84c4f3667637998dc0b
parentaf959a78acda575cc7d3ffea0a8421e0574d0955
[PATCH] Use lstat() instead of stat() in sysfs lookup

Otherwise we cannot detect the symlinks, and the directory
lookup will get into an infinite loop.
stat.c