diff options
author | Roland McGrath <roland@gnu.org> | 2001-06-16 20:37:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-06-16 20:37:29 +0000 |
commit | 8efef01cb3d2f05be31d14e1a101760f0896a867 (patch) | |
tree | aaf3aeac7bef713a51b31a05e024d32e006dea4f /libdiskfs | |
parent | 33930cdd18b99ee7e80ad953227bfb875ca73224 (diff) |
2001-06-16 Roland McGrath <roland@frob.com>
* file-set-trans.c (diskfs_S_file_set_translator): Add some parens.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/file-set-trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-set-trans.c b/libdiskfs/file-set-trans.c index 31d42d7d..c123ad39 100644 --- a/libdiskfs/file-set-trans.c +++ b/libdiskfs/file-set-trans.c @@ -57,7 +57,7 @@ diskfs_S_file_set_translator (struct protid *cred, return error; } - if (active_flags & FS_TRANS_SET + if ((active_flags & FS_TRANS_SET) && ! (active_flags & FS_TRANS_ORPHAN)) { error = fshelp_fetch_control (&np->transbox, &control); |