diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2012-10-04 19:34:22 +0200 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2012-10-04 19:34:22 +0200 |
commit | 6896cf78d42249c8345ba2e5ecea627bc80e115e (patch) | |
tree | 9a8466bb8286e7f2747901ff4046cf83fba6605e | |
parent | b8b7940234ed7b06cb81f49210b165c47d44a1f1 (diff) |
Revert "libdiskfs: handle _PC_2_SYMLINKS in pathconf"
It turned out it is the wrong approach.
This reverts commit b6768b326c2e80f5c2326ab46459644d417c6e98.
-rw-r--r-- | libdiskfs/io-pathconf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libdiskfs/io-pathconf.c b/libdiskfs/io-pathconf.c index bb192fe3..38e277c3 100644 --- a/libdiskfs/io-pathconf.c +++ b/libdiskfs/io-pathconf.c @@ -72,10 +72,6 @@ diskfs_S_io_pathconf (struct protid *cred, *value = 32; break; - case _PC_2_SYMLINKS: - *value = diskfs_shortcut_symlink ? 1 : 0; - break; - default: return EINVAL; } |