summaryrefslogtreecommitdiff
path: root/libdiskfs/file-set-trans.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-04-12 20:31:08 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-04-12 20:31:08 +0000
commit87fce8ae6a5fa373ee78cc7c629d7c195eaa6bbb (patch)
tree202d9e7a5bef1865e750356d8e94cdc124e2077c /libdiskfs/file-set-trans.c
parent5b566d1e5cf8c54834e47e6428867dc5af732fe8 (diff)
Formerly file-set-trans.c.~6~
Diffstat (limited to 'libdiskfs/file-set-trans.c')
-rw-r--r--libdiskfs/file-set-trans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-set-trans.c b/libdiskfs/file-set-trans.c
index cebfdb1c..fbaa0909 100644
--- a/libdiskfs/file-set-trans.c
+++ b/libdiskfs/file-set-trans.c
@@ -39,7 +39,7 @@ diskfs_S_file_set_translator (struct protid *cred,
np = cred->po->np;
- if (transnamelen && !transname[transnamelen - 1])
+ if (transnamelen && transname[transnamelen - 1])
return EINVAL;
mutex_lock (&np->lock);