summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2012-10-04 19:34:22 +0200
committerPino Toscano <toscano.pino@tiscali.it>2012-10-04 19:34:22 +0200
commit6896cf78d42249c8345ba2e5ecea627bc80e115e (patch)
tree9a8466bb8286e7f2747901ff4046cf83fba6605e /libdiskfs
parentb8b7940234ed7b06cb81f49210b165c47d44a1f1 (diff)
Revert "libdiskfs: handle _PC_2_SYMLINKS in pathconf"
It turned out it is the wrong approach. This reverts commit b6768b326c2e80f5c2326ab46459644d417c6e98.
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/io-pathconf.c4
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;
}