Using lstat() instead of stat() means that attempting to loopback mount
authorRob Landley <rob@landley.net>
Tue, 8 Aug 2006 00:47:17 +0000 (00:47 -0000)
committerRob Landley <rob@landley.net>
Tue, 8 Aug 2006 00:47:17 +0000 (00:47 -0000)
commit47b16a6fe98e1b18f269a2bd34471231553ebb94
tree5511d46389ec475040935780417542615f5e98b9
parent7250915d78e3040b4aeb98e6e56bb1650b038d9f
Using lstat() instead of stat() means that attempting to loopback mount
a symlink doesn't work.
util-linux/mount.c