Will linux readlink() syscall touch block device it refers to?

49 Views Asked by At

I have a question regarding linux (or POSIX) readlink syscall. Will linux implementation of readlink() touch block device contained in "link" or will it only do IO on block device hosting the filesystem containing the link inode?

0

There are 0 best solutions below