diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 17:31:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 17:31:08 +0000 |
commit | bf219996206a0c7b61fcfea8e7269a498d1e489e (patch) | |
tree | 06c6fccccd4bcf2905b6265ba34766cc1d585f29 | |
parent | 5d88d1bbdd10d22a5df7b22fe5e89eb19ceb8f05 (diff) |
(_diskfs_idcheckdirmod): `diskfs_hasuid' -> _diskfs_idhasuid.
(CHANGE_NODE_FIELD): Remove trailing space on backslashed line.
-rw-r--r-- | libdiskfs/priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index 2231bf8e..8cf16017 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -102,7 +102,7 @@ extern spin_lock_t _diskfs_control_lock; mutex_lock (&np->lock); \ (OPERATION); \ if (diskfs_synchronous) \ - diskfs_node_update (np, 1); \ + diskfs_node_update (np, 1); \ mutex_unlock (&np->lock); \ return err; \ }) |