commit | 1a4ce9df5884405a7152855b868c3a7bfbeec385 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Oct 22 01:36:13 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Oct 22 08:05:44 2007 -0400 |
tree | 0af125d3743004b75fd9ac493941f04940d4ba17 | |
parent | 042a27f8230804062016194ce151baa6cfff034e [diff] |
libe2p: Use lstat() instead of stat() in fsetflags() and fgetflags() We can't set the flags on symbolic links, so check for them using lstat(). Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>