summaryrefslogtreecommitdiff
path: root/libtrivfs/file-chmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtrivfs/file-chmod.c')
-rw-r--r--libtrivfs/file-chmod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libtrivfs/file-chmod.c b/libtrivfs/file-chmod.c
index 2e3a1c38..5ead3a18 100644
--- a/libtrivfs/file-chmod.c
+++ b/libtrivfs/file-chmod.c
@@ -21,6 +21,5 @@ error_t
trivfs_S_file_chmod (struct protid *cred,
mode_t mode)
{
- /* Is this right? */
return cred ? file_chmod (cred->realnod, mode) : EOPNOTSUPP;
}